aboutsummaryrefslogtreecommitdiffstats
path: root/swaymsg/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'swaymsg/CMakeLists.txt')
-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
11) 11)
12 12
13install( 13install(
14 TARGETS swaymsg 14 TARGETS swaymsg
15 RUNTIME DESTINATION bin 15 RUNTIME
16 COMPONENT runtime) 16 DESTINATION bin
17 COMPONENT runtime
18)