diff options
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 60237a2..7fbd347 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -536,6 +536,9 @@ if(WITH_VLC_PLUGIN) add_dependencies(adlmidi_vlc_plugin ADLMIDI_static) endif() + if(WIN32) + target_link_libraries(adlmidi_vlc_plugin PUBLIC -static-libgcc -static-libstdc++) + endif() endif() if(WITH_HQ_RESAMPLER) |