2017-04-26 01:26:29 +00:00
|
|
|
include_directories(
|
|
|
|
${PROTOCOLS_INCLUDE_DIRS}
|
|
|
|
${WAYLAND_INCLUDE_DIR}
|
|
|
|
)
|
|
|
|
|
|
|
|
add_library(wlr-wayland
|
2017-05-07 16:26:48 +00:00
|
|
|
types/wlr_output.c
|
2017-04-26 01:26:29 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
target_link_libraries(wlr-wayland
|
|
|
|
wlr-common
|
|
|
|
${WAYLAND_LIBRARIES}
|
|
|
|
)
|