wlroots-hyprland/types/CMakeLists.txt

18 lines
267 B
CMake
Raw Normal View History

include_directories(
${PROTOCOLS_INCLUDE_DIRS}
${WAYLAND_INCLUDE_DIR}
)
add_library(wlr-types
wlr_output.c
2017-06-09 23:31:21 +02:00
wlr_keyboard.c
2017-06-13 16:27:15 +02:00
wlr_pointer.c
2017-06-14 17:40:03 +02:00
wlr_touch.c
2017-06-09 23:31:21 +02:00
wlr_input_device.c
)
target_link_libraries(wlr-types
wlr-common
${WAYLAND_LIBRARIES}
)