summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-27 09:53:50 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-27 09:53:50 -0500
commit7c04cd4fc849f01aaf3c5e8b09bee0a8af39276e (patch)
tree77f14711471cd0688ff75725ef3e76d3bd04e441 /CMakeLists.txt
parentMove IPC client into common, refactor IPC (diff)
downloadsway-7c04cd4fc849f01aaf3c5e8b09bee0a8af39276e.tar.gz
sway-7c04cd4fc849f01aaf3c5e8b09bee0a8af39276e.tar.zst
sway-7c04cd4fc849f01aaf3c5e8b09bee0a8af39276e.zip
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")
36 36
37add_subdirectory(swaybg) 37add_subdirectory(swaybg)
38add_subdirectory(swaymsg) 38add_subdirectory(swaymsg)
39add_subdirectory(swaygrab)
39 40
40find_package(XKBCommon REQUIRED) 41find_package(XKBCommon REQUIRED)
41find_package(WLC REQUIRED) 42find_package(WLC REQUIRED)