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:
@@ -25,8 +25,8 @@
|
||||
#include "options.h"
|
||||
#include "pathutils.h"
|
||||
#include "rtscalable.h"
|
||||
#include "../rtengine/previewimage.h"
|
||||
#include "../rtengine/rt_math.h"
|
||||
#include "rtengine/previewimage.h"
|
||||
#include "rtengine/rt_math.h"
|
||||
|
||||
InspectorBuffer::InspectorBuffer(const Glib::ustring &imagePath) : currTransform(0), fromRaw(false)
|
||||
{
|
||||
|
Reference in New Issue
Block a user