02-04-2013 11:43 AM
Hi,
I have a project that makes references to other projects in the workspace. Is there any way to reference those projects so I can avoid doing thinks like this:
#include "../Screens/MainMenuScene.h"
and I can do this instead?
#include "MainMenuScene.h"
thanks.
JB
Solved! Go to Solution.
02-04-2013 11:53 AM
02-04-2013 12:01 PM
is that the same than doing:
properties -> c/c++ build -> settings -> preprocessor?
thanks
02-04-2013 12:17 PM
It depends which type of a project you use - managed or not, but basically yes, the same.