diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-12-23 16:41:22 +0100 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-12-23 16:41:22 +0100 |
commit | 8ce74a1d4ea65a7a524070ae3589b6d04874a077 (patch) | |
tree | 37c4149e9342735fbcf165ccff6815cec8214961 | |
parent | ffb6bd90f6605d946bbd533d24f6315cf7512ce2 (diff) | |
download | mana-8ce74a1d4ea65a7a524070ae3589b6d04874a077.tar.gz mana-8ce74a1d4ea65a7a524070ae3589b6d04874a077.tar.bz2 mana-8ce74a1d4ea65a7a524070ae3589b6d04874a077.tar.xz mana-8ce74a1d4ea65a7a524070ae3589b6d04874a077.zip |
CMake: Ship libmodplug-1.dll in Windows installer
Appears to be a new dependency since recently.
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1beb2ea6..11cdaf03 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -163,6 +163,7 @@ if(WIN32) $ENV{MINGW_PREFIX}/bin/libgraphite2.dll $ENV{MINGW_PREFIX}/bin/liblcms2-2.dll $ENV{MINGW_PREFIX}/bin/libpcre2-8-0.dll + $ENV{MINGW_PREFIX}/bin/libmodplug-1.dll DESTINATION ${CMAKE_INSTALL_BINDIR}) endif() include(CPack) |