diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2015-08-04 21:30:40 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2015-08-04 21:30:40 -0400 |
| commit | 6d37031328e13525ff5abe2db90d1ab57b2141ba (patch) | |
| tree | 17333ebc1a65a28b9538de2da9264a45fc0cf9a9 /CMakeLists.txt | |
| parent | d36a0827488b041b70f3f8f1979f4b6802899cb2 (diff) | |
Pull in some scas code and read i3 config file
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 1 |
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) |
