mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
14 lines
199 B
Text
14 lines
199 B
Text
|
|
include_directories(
|
||
|
|
${PROTOCOLS_INCLUDE_DIRS}
|
||
|
|
${WAYLAND_INCLUDE_DIR}
|
||
|
|
.
|
||
|
|
)
|
||
|
|
|
||
|
|
add_library(wlr-backend-wayland
|
||
|
|
backend.c
|
||
|
|
)
|
||
|
|
|
||
|
|
target_link_libraries(wlr-backend-wayland
|
||
|
|
${WAYLAND_LIBRARIES}
|
||
|
|
)
|