Promote types to a standalone subproject

This commit is contained in:
Drew DeVault 2017-05-31 15:43:13 -04:00
parent fee409bd0a
commit 579909a368
4 changed files with 5 additions and 5 deletions

View file

@ -1,13 +0,0 @@
include_directories(
${PROTOCOLS_INCLUDE_DIRS}
${WAYLAND_INCLUDE_DIR}
)
add_library(wlr-wayland
types/wlr_output.c
)
target_link_libraries(wlr-wayland
wlr-common
${WAYLAND_LIBRARIES}
)