diff options
| author | MegaMech <MegaMech@users.noreply.github.com> | 2024-09-10 17:36:11 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-10 17:36:11 -0600 |
| commit | f79b02348ab83d510004708dbd892fa9316dead8 (patch) | |
| tree | 0e9d65dbfc066fbad0e5e5b6277167f90301ec99 /CMakeLists.txt | |
| parent | abde6714be6d8d2cd552907b897589d6438d222c (diff) | |
Fix compile (#80)
* Fix compile
* Fix compile
* Fix mtx in fb effects
---------
Co-authored-by: MegaMech <7255464+MegaMech@users.noreply.github.com>
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 5f5f55961..01134d898 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -94,6 +94,7 @@ include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/src/audio ${CMAKE_CURRENT_SOURCE_DIR}/src/debug ${CMAKE_CURRENT_SOURCE_DIR}/src/networking + ${CMAKE_CURRENT_SOURCE_DIR}/src/enhancements ${CMAKE_CURRENT_SOURCE_DIR}/src/enhancements/freecam ) @@ -134,6 +135,8 @@ file(GLOB_RECURSE ALL_FILES RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} "courses/*.h" "src/networking/*.c" "src/networking/*.h" + "src/enhancements/*.c" + "src/enhancements/*.h" "src/enhancements/freecam/*.c" "src/enhancements/freecam/*.h" ) |
