mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 07:02:28 +00:00
14 lines
201 B
CMake
14 lines
201 B
CMake
include_directories(
|
|
${PROTOCOLS_INCLUDE_DIRS}
|
|
${WAYLAND_INCLUDE_DIR}
|
|
)
|
|
|
|
add_library(wlr-wayland
|
|
types/wlr_output.c
|
|
)
|
|
|
|
target_link_libraries(wlr-wayland
|
|
wlr-common
|
|
${WAYLAND_LIBRARIES}
|
|
)
|