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 155063e..34246ad 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -66,6 +66,7 @@ add_executable(Aromatherapy
66 src/systems/mapping.cpp 66 src/systems/mapping.cpp
67 src/systems/orienting.cpp 67 src/systems/orienting.cpp
68 src/systems/playing.cpp 68 src/systems/playing.cpp
69 src/systems/scheduling.cpp
69) 70)
70 71
71set_property(TARGET Aromatherapy PROPERTY CXX_STANDARD 11) 72set_property(TARGET Aromatherapy PROPERTY CXX_STANDARD 11)