cmake: use tabs instead of spaces

This commit is contained in:
Christoph Gysin 2015-12-01 21:46:10 +02:00
parent 905966bcae
commit f7ec3d00a0
5 changed files with 121 additions and 121 deletions

View file

@ -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
)