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:
@@ -37,7 +37,7 @@
|
||||
#include "rt_math.h"
|
||||
#include "utils.h"
|
||||
|
||||
#include "../rtgui/editcallbacks.h"
|
||||
#include "rtgui/editcallbacks.h"
|
||||
|
||||
#pragma GCC diagnostic warning "-Wall"
|
||||
#pragma GCC diagnostic warning "-Wextra"
|
||||
|
Reference in New Issue
Block a user