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 b6d6051..b3994b2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -52,6 +52,7 @@ add_executable(tanetane
52 src/message_system.cpp 52 src/message_system.cpp
53 src/script_system.cpp 53 src/script_system.cpp
54 src/effect_system.cpp 54 src/effect_system.cpp
55 src/behaviour_system.cpp
55) 56)
56 57
57set_property(TARGET tanetane PROPERTY CXX_STANDARD 17) 58set_property(TARGET tanetane PROPERTY CXX_STANDARD 17)