From 33cc6e5edb1265f2ea6e024d4dc8a57fe6eeb750 Mon Sep 17 00:00:00 2001 From: TheoryOfNekomata Date: Sat, 28 May 2022 07:21:20 +0800 Subject: [PATCH] Add Spine dependency Add spine-runtimes to dependencies --- CMakeLists.txt | 1 + dependencies.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 887f487..a8d5f92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,6 +10,7 @@ include_directories( "${PROJECT_SOURCE_DIR}/dependencies/minIni/dev" "${PROJECT_SOURCE_DIR}/dependencies/bdd-for-c" "${PROJECT_SOURCE_DIR}/dependencies/portmidi/pm_common" + "${PROJECT_SOURCE_DIR}/dependencies/spine-runtimes/spine-c/spine-c/include" ) if (WIN32) diff --git a/dependencies.txt b/dependencies.txt index 903de93..28f75da 100644 --- a/dependencies.txt +++ b/dependencies.txt @@ -1,3 +1,4 @@ https://github.com/compuphase/minIni https://github.com/grassator/bdd-for-c https://github.com/PortMidi/portmidi +https://github.com/EsotericSoftware/spine-runtimes \ No newline at end of file