From 234932723cd8de49e114027e05a8151ed9c2939f Mon Sep 17 00:00:00 2001 From: Dominique Martinet Date: Thu, 24 Mar 2016 23:01:07 +0100 Subject: CMake: add missing wlc include dir for common and swaygrab --- common/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'common') diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 38767249..e5b8f2b9 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -1,3 +1,7 @@ +include_directories( + ${WLC_INCLUDE_DIRS} +) + add_library(sway-common ipc-client.c list.c -- cgit v1.2.3-54-g00ecf