aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2015-08-04 21:30:40 -0400
committerFurkan Sahin <furkan-dev@proton.me>2015-08-04 21:30:40 -0400
commit6d37031328e13525ff5abe2db90d1ab57b2141ba (patch)
tree17333ebc1a65a28b9538de2da9264a45fc0cf9a9 /CMakeLists.txt
parentd36a0827488b041b70f3f8f1979f4b6802899cb2 (diff)
Pull in some scas code and read i3 config file
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 66879422..3ce94d9b 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -7,6 +7,7 @@ set(CMAKE_BUILD_TYPE Debug)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/CMake)
find_package(XKBCommon REQUIRED)
+find_package(WLC REQUIRED)
if (UNIX)
find_library(DL_LIBRARY dl)