From bb0366e8d2f92136fad3403ca758834cc8ceeb6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 6 Jan 2018 03:54:12 +0100 Subject: Add paswitch: PulseAudio output switcher Initial commit. It does what it's supposed to but it's very buggy. --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 20c319c..0ca52ae 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -39,6 +39,9 @@ add_executable (wmstatus wmstatus.c) target_link_libraries (wmstatus ${project_libraries}) add_threads (wmstatus) +add_executable (paswitch paswitch.c) +target_link_libraries (paswitch ${project_libraries}) + add_executable (brightness brightness.c) target_link_libraries (brightness ${project_libraries}) -- cgit v1.2.3