2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 10:37:41 -04:00

Require winmm.lib for the microphone stuff.

This commit is contained in:
Darryl Pogue
2011-04-26 23:33:22 -07:00
parent 4da32cb955
commit bf142aa075

View File

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