update install rules

This commit is contained in:
Nicholas O'Connor 2017-03-23 21:23:01 -07:00
parent 1c91618f5c
commit ece1c07b1a

View File

@ -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)