aboutsummaryrefslogtreecommitdiff
path: root/swaymsg
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2015-12-01 21:46:10 +0200
committerFurkan Sahin <furkan-dev@proton.me>2015-12-01 21:46:10 +0200
commit2d413b85a6ce37687fcfa752a8a523d7700e28cd (patch)
tree2100f5d1fbb070b0d8620b43937116989f04ac93 /swaymsg
parentddff6dadab846161283d4a07adc92e4037a4f125 (diff)
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)
file(GLOB common ${PROJECT_SOURCE_DIR}/../common/*.c)
add_executable(swaymsg
- ${sources}
- ${common}
+ ${sources}
+ ${common}
)
install(
- TARGETS swaymsg
- RUNTIME
- DESTINATION bin
- COMPONENT runtime
+ TARGETS swaymsg
+ RUNTIME
+ DESTINATION bin
+ COMPONENT runtime
)