Lagrange [release]
Windows: Deploy locally built libmpg123 DLL
[1mdiff --git a/CMakeLists.txt b/CMakeLists.txt[m
[1mindex 0fb306f0..e596316c 100644[m
[1m--- a/CMakeLists.txt[m
[1m+++ b/CMakeLists.txt[m
[36m@@ -244,6 +244,9 @@[m [mendif ()[m
# Deployment.[m
if (MSYS)[m
install (TARGETS app DESTINATION .)[m
[32m+[m[32m if (TARGET PkgConfig::MPG123)[m
[32m+[m[32m install (PROGRAMS ${MPG123_LIBDIR}/../bin/msys-mpg123-0.dll DESTINATION .)[m
[32m+[m[32m endif ()[m
if (NOT ENABLE_RESOURCE_EMBED)[m
install (FILES ${EMB_BIN} DESTINATION .)[m
endif ()[m