Get rid of relative include paths
* Use target_include_directories to specify include paths * Specify project root (parent of rtgui and rtengine) as include path * Replace relative includes with normal includes
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
|
||||
#include "labgrid.h"
|
||||
|
||||
#include "../rtengine/color.h"
|
||||
#include "rtengine/color.h"
|
||||
#include "options.h"
|
||||
#include "rtimage.h"
|
||||
#include "rtscalable.h"
|
||||
|
Reference in New Issue
Block a user