aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-11-27 09:53:50 -0500
committerDrew DeVault <sir@cmpwn.com>2015-11-27 09:53:50 -0500
commit7c04cd4fc849f01aaf3c5e8b09bee0a8af39276e (patch)
tree77f14711471cd0688ff75725ef3e76d3bd04e441 /CMakeLists.txt
parent27f03c705d8851a8ef6ca9e8f7828c1a2bfd9a88 (diff)
Add swaygrab 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 55d2cde8..15646251 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,6 +36,7 @@ include_directories("${CMAKE_CURRENT_SOURCE_DIR}/include")
add_subdirectory(swaybg)
add_subdirectory(swaymsg)
+add_subdirectory(swaygrab)
find_package(XKBCommon REQUIRED)
find_package(WLC REQUIRED)