mirror of
https://github.com/swaywm/sway.git
synced 2025-12-15 08:56:30 -05:00
cmake: use tabs instead of spaces
This commit is contained in:
parent
905966bcae
commit
f7ec3d00a0
5 changed files with 121 additions and 121 deletions
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue