summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-29 10:26:50 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-29 10:26:50 -0500
commit63cf8e48c4cffb9a6ef661ae73699bbc7bad8e37 (patch)
treec1cafe8e90f2304172b84ce3b31b5ff6e435bbc8 /CMakeLists.txt
parentAdd suid instructions to readme (diff)
downloadsway-63cf8e48c4cffb9a6ef661ae73699bbc7bad8e37.tar.gz
sway-63cf8e48c4cffb9a6ef661ae73699bbc7bad8e37.tar.zst
sway-63cf8e48c4cffb9a6ef661ae73699bbc7bad8e37.zip
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")
37add_subdirectory(swaybg) 37add_subdirectory(swaybg)
38add_subdirectory(swaymsg) 38add_subdirectory(swaymsg)
39add_subdirectory(swaygrab) 39add_subdirectory(swaygrab)
40add_subdirectory(swaybar)
40 41
41find_package(XKBCommon REQUIRED) 42find_package(XKBCommon REQUIRED)
42find_package(WLC REQUIRED) 43find_package(WLC REQUIRED)