From d49282b2c37f0e3647d5300e97732e61602a3094 Mon Sep 17 00:00:00 2001 From: Mikkel Oscar Lyderik Date: Thu, 17 Dec 2015 16:01:36 +0100 Subject: swaygrab: make focused output default This makes swaygrab use the currently focused output as source if no other output is defined with the `-o, --output ` option. --- swaygrab/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'swaygrab/CMakeLists.txt') 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 ) -- cgit v1.2.3-70-g09d2