summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMegaMech <7255464+MegaMech@users.noreply.github.com>2025-01-06 17:38:16 -0700
committerMegaMech <7255464+MegaMech@users.noreply.github.com>2025-01-06 17:38:16 -0700
commit9400f9e9ce6c205ff2f084850f81429875c99c49 (patch)
tree5f408e4bd6990d02acc8250495610032d1d8b977 /CMakeLists.txt
parentcb21fc1209905b8cd8d1f8d43c28b9dc62c36100 (diff)
Make freecam work on DX and fix controller
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index d2f8f1d6b..1fa0a5dc8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -150,6 +150,7 @@ file(GLOB_RECURSE ALL_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
"src/enhancements/*.c"
"src/enhancements/*.h"
"src/enhancements/freecam/*.c"
+ "src/enhancements/freecam/*.cpp"
"src/enhancements/freecam/*.h"
"src/engine/*.cpp"
"src/engine/*.h"