Browse Source

Require winmm.lib for the microphone stuff.

Darryl Pogue 14 years ago
parent
commit
bf142aa075
  1. 1
      Sources/Plasma/Apps/plClient/CMakeLists.txt

1
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)

Loading…
Cancel
Save