mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
Update CMakeLists.txt
This commit is contained in:
parent
63d2bcc622
commit
181989ff79
1 changed files with 2 additions and 0 deletions
|
|
@ -319,6 +319,8 @@ elseif(WIN32)
|
||||||
|
|
||||||
# Include liblzma.dll into the package
|
# 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 ./)
|
||||||
|
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
|
# Make sure vcpkg's toolchain is in use and lzma is available as a target
|
||||||
# find_package(lzma CONFIG REQUIRED)
|
# find_package(lzma CONFIG REQUIRED)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue