From 93ab8149769872dd7e50e2b92e8aa897e1f1864e Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Sat, 1 Jun 2019 16:04:41 +0200 Subject: [PATCH] =?utf8?q?msys2/bundle:=20also=20bundle=20compiler=20libs?= =?utf8?q?=20(minizip=E2=80=A6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) 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} -- 2.39.2