aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2015-11-27 09:53:50 -0500
committerFurkan Sahin <furkan-dev@proton.me>2015-11-27 09:53:50 -0500
commit7ca0a8875afa9eb5cbbf3afe89c5cb5f319e9c1e (patch)
tree77f14711471cd0688ff75725ef3e76d3bd04e441 /CMakeLists.txt
parent6284563fdeaec79d95e837d753a2010e89e82740 (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)