From eb4e4cab2d3f24ee7f8d0be7149162084fe98392 Mon Sep 17 00:00:00 2001 From: sanine Date: Tue, 30 Aug 2022 23:46:40 -0500 Subject: add mono panning --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 76ef10d..16b27d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ set_target_properties(mossrose PROPERTIES VERSION ${PROJECT_VERSION} PUBLIC_HEADER src/mossrose.h ) -target_link_libraries(mossrose portaudio plibsys) +target_link_libraries(mossrose portaudio plibsys m) if (MOSSROSE_BUILD_EXAMPLES) @@ -32,7 +32,7 @@ endif() if (MOSSROSE_BUILD_TESTS) add_executable(test) - target_link_libraries(test plibsys) + target_link_libraries(test plibsys m) endif() -- cgit v1.2.1