summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2015-11-26 12:41:24 -0500
committerLibravatar Drew DeVault <sir@cmpwn.com>2015-11-26 12:41:24 -0500
commitd69cbeabc0d0f59847e0118f61ad7e4d76fc95e4 (patch)
treecdb01ed4a7a89c25b7018d8cb939369b74d3ceeb /CMakeLists.txt
parentMerge pull request #261 from christophgysin/exec (diff)
downloadsway-d69cbeabc0d0f59847e0118f61ad7e4d76fc95e4.tar.gz
sway-d69cbeabc0d0f59847e0118f61ad7e4d76fc95e4.tar.zst
sway-d69cbeabc0d0f59847e0118f61ad7e4d76fc95e4.zip
Add swaymsg subproject
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0e61946b..bf94ca88 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,7 +33,9 @@ string(TIMESTAMP CURRENT_DATE "%Y-%m-%d" UTC)
33add_definitions('-DSWAY_VERSION_DATE="${CURRENT_DATE}"') 33add_definitions('-DSWAY_VERSION_DATE="${CURRENT_DATE}"')
34 34
35include_directories("${CMAKE_CURRENT_SOURCE_DIR}/include") 35include_directories("${CMAKE_CURRENT_SOURCE_DIR}/include")
36
36add_subdirectory(swaybg) 37add_subdirectory(swaybg)
38add_subdirectory(swaymsg)
37 39
38find_package(XKBCommon REQUIRED) 40find_package(XKBCommon REQUIRED)
39find_package(WLC REQUIRED) 41find_package(WLC REQUIRED)