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 f918156..39b1bbc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -66,6 +66,7 @@ add_executable(Aromatherapy
66 src/systems/pondering.cpp 66 src/systems/pondering.cpp
67 src/systems/animating.cpp 67 src/systems/animating.cpp
68 src/systems/mapping.cpp 68 src/systems/mapping.cpp
69 src/systems/orienting.cpp
69) 70)
70target_link_libraries(Aromatherapy ${ALL_LIBS}) 71target_link_libraries(Aromatherapy ${ALL_LIBS})
71install(TARGETS Aromatherapy RUNTIME DESTINATION ${BIN_DIR}) 72install(TARGETS Aromatherapy RUNTIME DESTINATION ${BIN_DIR})