mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 03:45:58 +01:00
14 lines
228 B
CMake
14 lines
228 B
CMake
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}
|
|
)
|