aboutsummaryrefslogtreecommitdiffstats
path: root/swaymsg
diff options
context:
space:
mode:
Diffstat (limited to 'swaymsg')
-rw-r--r--swaymsg/CMakeLists.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/swaymsg/CMakeLists.txt b/swaymsg/CMakeLists.txt
index 9cb93e52..9231e9f4 100644
--- a/swaymsg/CMakeLists.txt
+++ b/swaymsg/CMakeLists.txt
@@ -6,13 +6,13 @@ file(GLOB sources ${PROJECT_SOURCE_DIR}/*.c)
6file(GLOB common ${PROJECT_SOURCE_DIR}/../common/*.c) 6file(GLOB common ${PROJECT_SOURCE_DIR}/../common/*.c)
7 7
8add_executable(swaymsg 8add_executable(swaymsg
9 ${sources} 9 ${sources}
10 ${common} 10 ${common}
11) 11)
12 12
13install( 13install(
14 TARGETS swaymsg 14 TARGETS swaymsg
15 RUNTIME 15 RUNTIME
16 DESTINATION bin 16 DESTINATION bin
17 COMPONENT runtime 17 COMPONENT runtime
18) 18)