mirror of
https://github.com/swaywm/sway.git
synced 2025-11-22 06:59:48 -05:00
Find and link to wlroots
This commit is contained in:
parent
7c3b0ffc32
commit
6edc32848f
3 changed files with 23 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
include_directories(
|
||||
${PROTOCOLS_INCLUDE_DIRS}
|
||||
${WLC_INCLUDE_DIRS}
|
||||
${WLR_INCLUDE_DIRS}
|
||||
${PCRE_INCLUDE_DIRS}
|
||||
${JSONC_INCLUDE_DIRS}
|
||||
${XKBCOMMON_INCLUDE_DIRS}
|
||||
|
|
@ -48,6 +49,7 @@ target_link_libraries(sway
|
|||
sway-protocols
|
||||
sway-wayland
|
||||
${WLC_LIBRARIES}
|
||||
${WLR_LIBRARIES}
|
||||
${XKBCOMMON_LIBRARIES}
|
||||
${PCRE_LIBRARIES}
|
||||
${JSONC_LIBRARIES}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue