diff options
| author | Drew DeVault <sir@cmpwn.com> | 2015-11-26 12:41:24 -0500 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2015-11-26 12:41:24 -0500 |
| commit | d69cbeabc0d0f59847e0118f61ad7e4d76fc95e4 (patch) | |
| tree | cdb01ed4a7a89c25b7018d8cb939369b74d3ceeb /CMakeLists.txt | |
| parent | 206606b32cd6bd9c6d6d83ff02d49b1d3c7e0b18 (diff) | |
Add swaymsg subproject
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
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) add_definitions('-DSWAY_VERSION_DATE="${CURRENT_DATE}"') include_directories("${CMAKE_CURRENT_SOURCE_DIR}/include") + add_subdirectory(swaybg) +add_subdirectory(swaymsg) find_package(XKBCommon REQUIRED) find_package(WLC REQUIRED) |
