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:
Daniel Gao
2024-11-16 17:20:02 -05:00
parent bc2fbfad66
commit 711f274403
212 changed files with 358 additions and 342 deletions

View File

@@ -23,10 +23,10 @@
#include <sigc++/slot.h>
#include "iccprofilecreator.h"
#include "../rtengine/iccstore.h"
#include "rtengine/iccstore.h"
#include "multilangmgr.h"
#include "cachemanager.h"
#include "../rtengine/color.h"
#include "rtengine/color.h"
#include "options.h"
#include "pathutils.h"
#include "rtimage.h"