aboutsummaryrefslogtreecommitdiff
path: root/swaymsg
diff options
context:
space:
mode:
Diffstat (limited to 'swaymsg')
-rw-r--r--swaymsg/CMakeLists.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/swaymsg/CMakeLists.txt b/swaymsg/CMakeLists.txt
index 2dcdfede..9cb93e52 100644
--- a/swaymsg/CMakeLists.txt
+++ b/swaymsg/CMakeLists.txt
@@ -11,6 +11,8 @@ add_executable(swaymsg
)
install(
- TARGETS swaymsg
- RUNTIME DESTINATION bin
- COMPONENT runtime)
+ TARGETS swaymsg
+ RUNTIME
+ DESTINATION bin
+ COMPONENT runtime
+)