mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 21:39:57 +00:00
some files changes cause include dir
This commit is contained in:
parent
e09511cc1f
commit
90f6c7ffa1
3 changed files with 4 additions and 7 deletions
|
|
@ -109,13 +109,8 @@ set(MAIN_HEADERS
|
|||
src/sdl-util.h
|
||||
src/oneshot.h
|
||||
src/pipe.h
|
||||
chromasdk/RzChromaSDKDefines.h
|
||||
chromasdk/RzChromaSDKTypes.h
|
||||
chromasdk/RzErrors.h
|
||||
chromasdk/ChromaApi.h
|
||||
src/i18n.h
|
||||
src/meow.h
|
||||
src/termcolor/termcolor.hpp
|
||||
)
|
||||
|
||||
set(MAIN_SOURCE
|
||||
|
|
@ -367,6 +362,8 @@ target_compile_definitions(${PROJECT_NAME}
|
|||
target_include_directories(${PROJECT_NAME}
|
||||
PRIVATE
|
||||
src
|
||||
include
|
||||
|
||||
${PIXMAN_INCLUDE_DIR}
|
||||
${SIGC2_INCLUDE_DIRS}
|
||||
${Ruby_INCLUDE_DIRS}
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
#include "binding-types.h"
|
||||
#include "debugwriter.h"
|
||||
|
||||
#include "chromasdk/ChromaApi.h"
|
||||
#include "third_party/chromasdk/ChromaApi.h"
|
||||
|
||||
bool INIT_SUCCESS = false;
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
#include <pixman.h>
|
||||
|
||||
#include <boost/stacktrace.hpp>
|
||||
#include "termcolor/termcolor.hpp"
|
||||
#include "third_party/termcolor.hpp"
|
||||
|
||||
#ifdef __LINUX__
|
||||
#include <gtk/gtk.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue