From 6edc32848f67fe3ea370e12b64019cef6c137840 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 11 Oct 2017 21:04:56 -0400 Subject: Find and link to wlroots --- sway/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sway') diff --git a/sway/CMakeLists.txt b/sway/CMakeLists.txt index 48f7a7a8..67af0f70 100644 --- a/sway/CMakeLists.txt +++ b/sway/CMakeLists.txt @@ -1,6 +1,7 @@ include_directories( ${PROTOCOLS_INCLUDE_DIRS} ${WLC_INCLUDE_DIRS} + ${WLR_INCLUDE_DIRS} ${PCRE_INCLUDE_DIRS} ${JSONC_INCLUDE_DIRS} ${XKBCOMMON_INCLUDE_DIRS} @@ -48,6 +49,7 @@ target_link_libraries(sway sway-protocols sway-wayland ${WLC_LIBRARIES} + ${WLR_LIBRARIES} ${XKBCOMMON_LIBRARIES} ${PCRE_LIBRARIES} ${JSONC_LIBRARIES} -- cgit v1.2.3