mirror of
https://github.com/swaywm/sway.git
synced 2025-10-31 22:25:26 -04:00
cmake: style consistency
This commit is contained in:
parent
2429266e3e
commit
905966bcae
5 changed files with 90 additions and 44 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue