refactor commands.c

This commit is contained in:
Zandr Martin 2016-09-01 21:39:08 -05:00
parent 050704ab23
commit b374c35758
No known key found for this signature in database
GPG key ID: AA2BB8EF77F7BBDC
77 changed files with 3567 additions and 3217 deletions

View file

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