diff options
author | Drew DeVault <sir@cmpwn.com> | 2015-12-17 10:35:35 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2015-12-17 10:35:35 -0500 |
commit | ef44b3cf59abeb9adade885795ac0a597f7ee5df (patch) | |
tree | f9c2b50489957a8df63bfbf7dd65a4f5ad343738 /swaygrab/CMakeLists.txt | |
parent | 101a14faf83e32869b92a314cb8f92c1ae59fe6d (diff) | |
parent | d49282b2c37f0e3647d5300e97732e61602a3094 (diff) |
Merge pull request #349 from mikkeloscar/swaygrab-auto-output
swaygrab: make focused output default
Diffstat (limited to 'swaygrab/CMakeLists.txt')
-rw-r--r-- | swaygrab/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/swaygrab/CMakeLists.txt b/swaygrab/CMakeLists.txt index f664c01d..9035ac8b 100644 --- a/swaygrab/CMakeLists.txt +++ b/swaygrab/CMakeLists.txt @@ -1,9 +1,14 @@ +include_directories( + ${JSONC_INCLUDE_DIRS} +) + add_executable(swaygrab main.c ) target_link_libraries(swaygrab sway-common + ${JSONC_LIBRARIES} rt ) |