wlroots-hyprland/types/CMakeLists.txt

14 lines
191 B
CMake

include_directories(
${PROTOCOLS_INCLUDE_DIRS}
${WAYLAND_INCLUDE_DIR}
)
add_library(wlr-types
wlr_output.c
)
target_link_libraries(wlr-types
wlr-common
${WAYLAND_LIBRARIES}
)