summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0fb306f0..e596316c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -244,6 +244,9 @@ endif ()
244# Deployment. 244# Deployment.
245if (MSYS) 245if (MSYS)
246 install (TARGETS app DESTINATION .) 246 install (TARGETS app DESTINATION .)
247 if (TARGET PkgConfig::MPG123)
248 install (PROGRAMS ${MPG123_LIBDIR}/../bin/msys-mpg123-0.dll DESTINATION .)
249 endif ()
247 if (NOT ENABLE_RESOURCE_EMBED) 250 if (NOT ENABLE_RESOURCE_EMBED)
248 install (FILES ${EMB_BIN} DESTINATION .) 251 install (FILES ${EMB_BIN} DESTINATION .)
249 endif () 252 endif ()