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 65abfe1..a87b017 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -41,6 +41,7 @@ add_executable(tanetane
41 src/camera_system.cpp 41 src/camera_system.cpp
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) 45)
45 46
46set_property(TARGET tanetane PROPERTY CXX_STANDARD 17) 47set_property(TARGET tanetane PROPERTY CXX_STANDARD 17)