From 3edc5829011095a83c546ef4e5224b011037a5dd Mon Sep 17 00:00:00 2001 From: Pablo Alvarez Lopez Date: Fri, 25 Oct 2024 14:28:06 +0200 Subject: [PATCH] Now bzip2 library is added in bin folder. Refs #15593 --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 02f91ea765df..14a40f2f15f9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -411,6 +411,7 @@ if (SUMO_LIBRARIES AND WIN32) "${SUMO_LIBRARIES}/3rdPartyLibs/libexpat-*/bin/*.dll" "${SUMO_LIBRARIES}/3rdPartyLibs/librttopo-*/bin/*.dll" "${SUMO_LIBRARIES}/3rdPartyLibs/minizip-*/bin/*.dll" + "${SUMO_LIBRARIES}/3rdPartyLibs/bzip2-*/bin/*.dll" ) # check if MSVC dll runtimes have to be copied if (INSTALL_DLL_RUNTIMES)