mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
15 lines
228 B
Text
15 lines
228 B
Text
|
include_directories(
|
||
|
${PROTOCOLS_INCLUDE_DIRS}
|
||
|
${WAYLAND_INCLUDE_DIR}
|
||
|
)
|
||
|
|
||
|
add_library(wlr-wayland
|
||
|
types/wlr_wl_seat.c
|
||
|
types/wlr_wl_output.c
|
||
|
)
|
||
|
|
||
|
target_link_libraries(wlr-wayland
|
||
|
wlr-common
|
||
|
${WAYLAND_LIBRARIES}
|
||
|
)
|