summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMegaMech <inkstudios1@hotmail.com>2024-05-02 12:21:35 -0600
committerMegaMech <inkstudios1@hotmail.com>2024-05-02 12:21:35 -0600
commite3774dc3771aae8f4b8f775b0afe38ce935393fd (patch)
treeebbb4e1d54a4a258d239efb2b52a09138f5fc16c /CMakeLists.txt
parentc76d7d4b9bd3fd5999a3bf2c2ddd7cda4f1a9b14 (diff)
Fixes
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4000bc94e..8cad7a928 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -84,6 +84,10 @@ include_directories(
${CMAKE_CURRENT_SOURCE_DIR}/src
${CMAKE_CURRENT_SOURCE_DIR}/src/racing
${CMAKE_CURRENT_SOURCE_DIR}/src/ending
+ ${CMAKE_CURRENT_SOURCE_DIR}/src/data
+ ${CMAKE_CURRENT_SOURCE_DIR}/src/buffers
+ ${CMAKE_CURRENT_SOURCE_DIR}/src/audio
+ ${CMAKE_CURRENT_SOURCE_DIR}/src/debug
)
# Collect source files to build the executable
@@ -93,8 +97,7 @@ file(GLOB ALL_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
)
file(GLOB_RECURSE ALL_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
- "src/actors/*.c"
- "src/actors/*.h"
+ "src/*"
"src/buffers/*.c"
"src/buffers/*.h"
"src/data/*.c"