summaryrefslogtreecommitdiffstats
path: root/swaymsg
diff options
context:
space:
mode:
authorLibravatar Christoph Gysin <christoph.gysin@gmail.com>2015-12-01 21:46:10 +0200
committerLibravatar Christoph Gysin <christoph.gysin@gmail.com>2015-12-01 22:03:09 +0200
commitf7ec3d00a08f0d44ae0c8fd756c24f12d68cee9b (patch)
tree2100f5d1fbb070b0d8620b43937116989f04ac93 /swaymsg
parentcmake: style consistency (diff)
downloadsway-f7ec3d00a08f0d44ae0c8fd756c24f12d68cee9b.tar.gz
sway-f7ec3d00a08f0d44ae0c8fd756c24f12d68cee9b.tar.zst
sway-f7ec3d00a08f0d44ae0c8fd756c24f12d68cee9b.zip
cmake: use tabs instead of spaces
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)