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 55237fa..590577a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -28,6 +28,7 @@ link_directories(
28add_executable(tanetane 28add_executable(tanetane
29 src/main.cpp 29 src/main.cpp
30 src/renderer.cpp 30 src/renderer.cpp
31 src/sprite.cpp
31) 32)
32 33
33set_property(TARGET tanetane PROPERTY CXX_STANDARD 17) 34set_property(TARGET tanetane PROPERTY CXX_STANDARD 17)