From ece1c07b1a6fa966a56026edeb1f7f2dceffa7f5 Mon Sep 17 00:00:00 2001 From: Nicholas O'Connor Date: Thu, 23 Mar 2017 21:23:01 -0700 Subject: [PATCH] update install rules --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a32f5e2..41f3798 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,7 +63,7 @@ add_executable(cellar ${src}/cellar.cpp ${src}/commands.cpp ${src}/fs.cpp ${src}/version.cpp ${src}/output.cpp) target_link_libraries(cellar ${Boost_LIBRARIES} bottles launch) -install(TARGETS cellar bottles +install(TARGETS cellar bottles launch RUNTIME DESTINATION bin LIBRARY DESTINATION lib/cellar ARCHIVE DESTINATION share/cellar)