From bf142aa075addd11955df379e819c453e1b1c4d0 Mon Sep 17 00:00:00 2001 From: Darryl Pogue Date: Tue, 26 Apr 2011 23:33:22 -0700 Subject: [PATCH] Require winmm.lib for the microphone stuff. --- Sources/Plasma/Apps/plClient/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/Plasma/Apps/plClient/CMakeLists.txt b/Sources/Plasma/Apps/plClient/CMakeLists.txt index e4c7667b..d0bd4802 100644 --- a/Sources/Plasma/Apps/plClient/CMakeLists.txt +++ b/Sources/Plasma/Apps/plClient/CMakeLists.txt @@ -214,6 +214,7 @@ if (WIN32) target_link_libraries(plClient Version) target_link_libraries(plClient Vfw32) target_link_libraries(plClient Ws2_32) + target_link_libraries(plClient winmm) target_link_libraries(plClient strmiids) endif(WIN32)