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:
@@ -20,9 +20,9 @@
|
||||
#include <glib/gstdio.h>
|
||||
#include <cstring>
|
||||
#include <functional>
|
||||
#include "../rtengine/imagedata.h"
|
||||
#include "../rtengine/rt_math.h"
|
||||
#include "../rtengine/procparams.h"
|
||||
#include "rtengine/imagedata.h"
|
||||
#include "rtengine/rt_math.h"
|
||||
#include "rtengine/procparams.h"
|
||||
|
||||
#include <fstream>
|
||||
#include <iomanip>
|
||||
|
Reference in New Issue
Block a user