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 cd652e2..04ca668 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -67,6 +67,7 @@ add_executable(Aromatherapy
67 src/systems/playing.cpp 67 src/systems/playing.cpp
68 src/systems/scheduling.cpp 68 src/systems/scheduling.cpp
69 src/systems/realizing.cpp 69 src/systems/realizing.cpp
70 src/systems/automating.cpp
70 vendor/stb_image.cpp 71 vendor/stb_image.cpp
71) 72)
72 73