mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 16:01:27 +00:00
Merge branch 'master' into display-images
This commit is contained in:
commit
df57d1b702
|
@ -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