2 changed files with
5 additions and
0 deletions
|
|
|
@ -1,3 +1,7 @@
|
|
|
|
|
include_directories(
|
|
|
|
|
${WLC_INCLUDE_DIRS}
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
add_library(sway-common
|
|
|
|
|
ipc-client.c
|
|
|
|
|
list.c
|
|
|
|
|
|
|
|
@ -1,5 +1,6 @@
|
|
|
|
|
include_directories(
|
|
|
|
|
${JSONC_INCLUDE_DIRS}
|
|
|
|
|
${WLC_INCLUDE_DIRS}
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
add_executable(swaygrab
|
|
|
|
|