summary refs log tree commit diff stats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2021-02-20 13:04:41 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2021-02-20 13:04:41 -0500
commit996076cf151a27a7a8d278aa4d15b28cfb196c46 (patch)
tree96a2fdcf3fd5a22394313d140cacc0257a821543 /CMakeLists.txt
parentee802c01d3008e6019bc55a02fcc2e6d68b288d1 (diff)
downloadtanetane-996076cf151a27a7a8d278aa4d15b28cfb196c46.tar.gz
tanetane-996076cf151a27a7a8d278aa4d15b28cfb196c46.tar.bz2
tanetane-996076cf151a27a7a8d278aa4d15b28cfb196c46.zip
Added a randomly wandering Ionia to the map
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)