aboutsummaryrefslogtreecommitdiffstats
path: root/swaygrab
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 /swaygrab
parentcmake: style consistency (diff)
downloadsway-f7ec3d00a08f0d44ae0c8fd756c24f12d68cee9b.tar.gz
sway-f7ec3d00a08f0d44ae0c8fd756c24f12d68cee9b.tar.zst
sway-f7ec3d00a08f0d44ae0c8fd756c24f12d68cee9b.zip
cmake: use tabs instead of spaces
Diffstat (limited to 'swaygrab')
-rw-r--r--swaygrab/CMakeLists.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/swaygrab/CMakeLists.txt b/swaygrab/CMakeLists.txt
index 4f480d55..672a62cd 100644
--- a/swaygrab/CMakeLists.txt
+++ b/swaygrab/CMakeLists.txt
@@ -6,17 +6,17 @@ 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(swaygrab 8add_executable(swaygrab
9 ${sources} 9 ${sources}
10 ${common} 10 ${common}
11) 11)
12 12
13target_link_libraries(swaygrab 13target_link_libraries(swaygrab
14 rt 14 rt
15) 15)
16 16
17install( 17install(
18 TARGETS swaygrab 18 TARGETS swaygrab
19 RUNTIME 19 RUNTIME
20 DESTINATION bin 20 DESTINATION bin
21 COMPONENT runtime 21 COMPONENT runtime
22) 22)