summary refs log tree commit diff stats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
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 5427efc..c5c7767 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -56,6 +56,7 @@ add_executable(tanetane
56 src/effect_system.cpp 56 src/effect_system.cpp
57 src/behaviour_system.cpp 57 src/behaviour_system.cpp
58 src/mirror_system.cpp 58 src/mirror_system.cpp
59 src/menu_system.cpp
59) 60)
60 61
61set_property(TARGET tanetane PROPERTY CXX_STANDARD 17) 62set_property(TARGET tanetane PROPERTY CXX_STANDARD 17)