Pull in some scas code and read i3 config file

This commit is contained in:
Drew DeVault 2015-08-04 21:30:40 -04:00
parent 6a33e1e3cd
commit 542ef0c777
10 changed files with 351 additions and 2 deletions

View file

@ -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)