From 181989ff799e9af9f75008e6049fbf3d69ba0f3e Mon Sep 17 00:00:00 2001 From: tooomm Date: Thu, 29 May 2025 21:02:17 +0200 Subject: [PATCH] Update CMakeLists.txt --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4725e8f17..5f9edb0b0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -319,6 +319,8 @@ elseif(WIN32) # Include liblzma.dll into the package # install(FILES "${CMAKE_SOURCE_DIR}/vcpkg_installed/x64-windows/bin/liblzma.dll" DESTINATION ./) + install(FILES "${CMAKE_SOURCE_DIR}/vcpkg_installed/x64-windows/bin/liblzma.dll" + DESTINATION "${CMAKE_INSTALL_PREFIX}/bin") # Make sure vcpkg's toolchain is in use and lzma is available as a target # find_package(lzma CONFIG REQUIRED)