There was an error while loading. Please reload this page.
1 parent df2832d commit 7c4bf4cCopy full SHA for 7c4bf4c
1 file changed
_common/AudioProcessor/audio_processor.cmake
@@ -203,6 +203,11 @@ else()
203
target_include_directories(libMoondustAudio PRIVATE "${DEPENDENCIES_INSTALL_DIR}/include/opus")
204
205
endif()
206
+
207
+ if(WIN32)
208
+ # Needed by libmpg123
209
+ target_link_libraries(libMoondustAudio PUBLIC shlwapi)
210
+ endif()
211
212
213
target_compile_options(libMoondustAudio PRIVATE -Wall -Wextra)
0 commit comments