mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-22 23:06:18 +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/sdl-util.h
|
||||||
src/oneshot.h
|
src/oneshot.h
|
||||||
src/pipe.h
|
src/pipe.h
|
||||||
chromasdk/RzChromaSDKDefines.h
|
|
||||||
chromasdk/RzChromaSDKTypes.h
|
|
||||||
chromasdk/RzErrors.h
|
|
||||||
chromasdk/ChromaApi.h
|
|
||||||
src/i18n.h
|
src/i18n.h
|
||||||
src/meow.h
|
src/meow.h
|
||||||
src/termcolor/termcolor.hpp
|
|
||||||
)
|
)
|
||||||
|
|
||||||
set(MAIN_SOURCE
|
set(MAIN_SOURCE
|
||||||
|
|
@ -367,6 +362,8 @@ target_compile_definitions(${PROJECT_NAME}
|
||||||
target_include_directories(${PROJECT_NAME}
|
target_include_directories(${PROJECT_NAME}
|
||||||
PRIVATE
|
PRIVATE
|
||||||
src
|
src
|
||||||
|
include
|
||||||
|
|
||||||
${PIXMAN_INCLUDE_DIR}
|
${PIXMAN_INCLUDE_DIR}
|
||||||
${SIGC2_INCLUDE_DIRS}
|
${SIGC2_INCLUDE_DIRS}
|
||||||
${Ruby_INCLUDE_DIRS}
|
${Ruby_INCLUDE_DIRS}
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#include "binding-types.h"
|
#include "binding-types.h"
|
||||||
#include "debugwriter.h"
|
#include "debugwriter.h"
|
||||||
|
|
||||||
#include "chromasdk/ChromaApi.h"
|
#include "third_party/chromasdk/ChromaApi.h"
|
||||||
|
|
||||||
bool INIT_SUCCESS = false;
|
bool INIT_SUCCESS = false;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
#include <pixman.h>
|
#include <pixman.h>
|
||||||
|
|
||||||
#include <boost/stacktrace.hpp>
|
#include <boost/stacktrace.hpp>
|
||||||
#include "termcolor/termcolor.hpp"
|
#include "third_party/termcolor.hpp"
|
||||||
|
|
||||||
#ifdef __LINUX__
|
#ifdef __LINUX__
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue