CMake: add missing wlc include dir for common and swaygrab
This commit is contained in:
parent
dcf5c67681
commit
234932723c
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue