From: Thomas Debesse Date: Sat, 1 Jun 2019 14:04:41 +0000 (+0200) Subject: msys2/bundle: also bundle compiler libs (minizip…) X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=93ab8149769872dd7e50e2b92e8aa897e1f1864e;p=xonotic%2Fnetradiant.git msys2/bundle: also bundle compiler libs (minizip…) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index a2004221..d7a6abe1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -289,6 +289,9 @@ if (BUILD_BINARIES) macro(radiant_tool name) add_executable(${name} ${ARGN}) + + copy_dlls(${name}) + install( TARGETS ${name} RUNTIME DESTINATION ${RADIANT_BIN_DIR}