cmake: style consistency

This commit is contained in:
Christoph Gysin 2015-12-01 21:05:46 +02:00
parent 2429266e3e
commit 905966bcae
5 changed files with 90 additions and 44 deletions

View file

@ -10,9 +10,13 @@ add_executable(swaygrab
${common}
)
target_link_libraries(swaygrab rt)
target_link_libraries(swaygrab
rt
)
install(
TARGETS swaygrab
RUNTIME DESTINATION bin
COMPONENT runtime)
TARGETS swaygrab
RUNTIME
DESTINATION bin
COMPONENT runtime
)