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:
@@ -21,11 +21,11 @@ fft *
|
||||
#include "locallabtools.h"
|
||||
|
||||
#include "options.h"
|
||||
#include "../rtengine/procparams.h"
|
||||
#include "rtengine/procparams.h"
|
||||
#include "locallab.h"
|
||||
#include "thresholdadjuster.h"
|
||||
#include "rtimage.h"
|
||||
#include "../rtengine/color.h"
|
||||
#include "rtengine/color.h"
|
||||
|
||||
#define MINRAD 1.5
|
||||
#define MAXRAD 10000
|
||||
|
Reference in New Issue
Block a user