Browse Source

Add Spine dependency

Add spine-runtimes to dependencies
master
TheoryOfNekomata 1 year ago
parent
commit
33cc6e5edb
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      CMakeLists.txt
  2. +1
    -0
      dependencies.txt

+ 1
- 0
CMakeLists.txt View File

@@ -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)


+ 1
- 0
dependencies.txt View File

@@ -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

Loading…
Cancel
Save