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 8800db7..6fabbf3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -23,6 +23,7 @@ add_executable(dispatcher
23 src/main.cpp 23 src/main.cpp
24 src/renderer.cpp 24 src/renderer.cpp
25 src/simulation.cpp 25 src/simulation.cpp
26 src/direction.cpp
26) 27)
27 28
28set_property(TARGET dispatcher PROPERTY CXX_STANDARD 17) 29set_property(TARGET dispatcher PROPERTY CXX_STANDARD 17)