cmake: clean up installation rules

This commit is contained in:
Ben Boeckel 2015-11-12 21:37:35 -05:00
parent f8ae8cb820
commit 98678dea5d
2 changed files with 20 additions and 20 deletions

View file

@ -26,7 +26,7 @@ add_executable(swaybg
TARGET_LINK_LIBRARIES(swaybg ${WAYLAND_CLIENT_LIBRARIES} ${CAIRO_LIBRARIES} ${PANGO_LIBRARIES})
INSTALL(
TARGETS swaybg
RUNTIME DESTINATION bin
)
install(
TARGETS swaybg
RUNTIME DESTINATION bin
COMPONENT runtime)