From d5423ba8fdd64671f3b77b28c2cf07f295374c91 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 31 Jul 2015 18:56:51 -0700 Subject: [PATCH] fix: add ALSA back to the linker line --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 603b18c..08107fe 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -226,6 +226,7 @@ target_link_libraries(unit_tests LINK_PUBLIC ${CMAKE_THREAD_LIBS_INIT} ${JACK_LIBRARY} ${PULSEAUDIO_LIBRARY} + ${ALSA_LIBRARIES} ${COREAUDIO_LIBRARY} m )