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:
@@ -55,7 +55,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "../rtgui/threadutils.h"
|
||||
#include "rtgui/threadutils.h"
|
||||
#include "colortemp.h"
|
||||
#include "imagefloat.h"
|
||||
#include "settings.h"
|
||||
|
Reference in New Issue
Block a user