From 63cf8e48c4cffb9a6ef661ae73699bbc7bad8e37 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 29 Nov 2015 10:26:50 -0500 Subject: Add swaybar subproject --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3-54-g00ecf