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)