mirror of
https://github.com/swaywm/sway.git
synced 2025-11-27 06:59:53 -05:00
refactor commands.c
This commit is contained in:
parent
050704ab23
commit
b374c35758
77 changed files with 3567 additions and 3217 deletions
|
|
@ -10,8 +10,15 @@ include_directories(
|
|||
${WAYLAND_INCLUDE_DIR}
|
||||
)
|
||||
|
||||
file(GLOB cmds
|
||||
"commands/*.c"
|
||||
"commands/bar/*.c"
|
||||
"commands/input/*.c"
|
||||
)
|
||||
|
||||
add_executable(sway
|
||||
commands.c
|
||||
${cmds}
|
||||
config.c
|
||||
container.c
|
||||
criteria.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue