hi all,
i have project as follows:
//main.cpp
#include "my_header.h"
in Build option's search path, i add say /.../root_project/sub/
how can i set things up such that i can have:
//main.cpp
#include "root_project/sub/my_header.h"
tried adding /.../root_project as search path in build options and clicking yes for "keep as relative path" but that doesn't seem to be it (what is it for?)
any suggestion?