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 a87b017..36acd0b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -42,6 +42,7 @@ add_executable(tanetane
42 src/animation_system.cpp 42 src/animation_system.cpp
43 src/character_system.cpp 43 src/character_system.cpp
44 src/input_system.cpp 44 src/input_system.cpp
45 src/message_system.cpp
45) 46)
46 47
47set_property(TARGET tanetane PROPERTY CXX_STANDARD 17) 48set_property(TARGET tanetane PROPERTY CXX_STANDARD 17)