aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-11-29 10:26:50 -0500
committerDrew DeVault <sir@cmpwn.com>2015-11-29 10:26:50 -0500
commit63cf8e48c4cffb9a6ef661ae73699bbc7bad8e37 (patch)
treec1cafe8e90f2304172b84ce3b31b5ff6e435bbc8 /CMakeLists.txt
parentfd4cf52518d265c681951bc4c193a2956afefc40 (diff)
Add swaybar subproject
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 fce820fc..1298a2ce 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -37,6 +37,7 @@ include_directories("${CMAKE_CURRENT_SOURCE_DIR}/include")
add_subdirectory(swaybg)
add_subdirectory(swaymsg)
add_subdirectory(swaygrab)
+add_subdirectory(swaybar)
find_package(XKBCommon REQUIRED)
find_package(WLC REQUIRED)