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.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index fbc843c..837df0d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -70,7 +70,7 @@ add_executable(Aromatherapy
70 src/systems/playing.cpp 70 src/systems/playing.cpp
71 src/systems/scheduling.cpp 71 src/systems/scheduling.cpp
72 src/systems/realizing.cpp 72 src/systems/realizing.cpp
73 src/systems/automating.cpp 73 src/systems/scripting.cpp
74 vendor/stb_image.cpp 74 vendor/stb_image.cpp
75) 75)
76 76