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:
@@ -22,9 +22,9 @@
|
||||
|
||||
#include "options.h"
|
||||
|
||||
#include "../rtengine/dnggainmap.h"
|
||||
#include "../rtengine/imageformat.h"
|
||||
#include "../rtengine/rtengine.h"
|
||||
#include "rtengine/dnggainmap.h"
|
||||
#include "rtengine/imageformat.h"
|
||||
#include "rtengine/rtengine.h"
|
||||
|
||||
class CacheImageData :
|
||||
public rtengine::FramesMetaData
|
||||
|
Reference in New Issue
Block a user