diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
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 |