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 0e5b3ad..b6d6051 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -51,6 +51,7 @@ add_executable(tanetane
51 src/input_system.cpp 51 src/input_system.cpp
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) 55)
55 56
56set_property(TARGET tanetane PROPERTY CXX_STANDARD 17) 57set_property(TARGET tanetane PROPERTY CXX_STANDARD 17)