summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Boeckel <mathstuf@gmail.com>2015-11-12 21:37:35 -0500
committerBen Boeckel <mathstuf@gmail.com>2015-11-12 21:56:14 -0500
commitf9eccc4d2680148b60dd17e183cc723f3ea1fe6a (patch)
tree4b07b6d90c90948467f2bf9edbf938ac4a4ac1cb
parent03c39e5c292899773fb960a27797770deb370ed5 (diff)
downloadswaybg-f9eccc4d2680148b60dd17e183cc723f3ea1fe6a.tar.gz
swaybg-f9eccc4d2680148b60dd17e183cc723f3ea1fe6a.tar.bz2
cmake: clean up installation rules
-rw-r--r--CMakeLists.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 20aff98..e86cf65 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)