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:
@@ -29,7 +29,7 @@
|
||||
#include "LUT.h"
|
||||
#include "rt_math.h"
|
||||
#include "procparams.h"
|
||||
#include "../rtgui/threadutils.h"
|
||||
#include "rtgui/threadutils.h"
|
||||
|
||||
#define TR_NONE 0
|
||||
#define TR_R90 1
|
||||
|
Reference in New Issue
Block a user