mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 13:33:38 +02:00
Copy SSL DLLs to the Release folder.
This commit is contained in:
parent
179c2fa01d
commit
443e15ae81
1 changed files with 7 additions and 0 deletions
|
@ -55,5 +55,12 @@ if (WIN32)
|
|||
POST_BUILD
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy_directory "${CMAKE_CURRENT_SOURCE_DIR}/AppDataHighFidelity" "$<TARGET_FILE_DIR:${TARGET_NAME}>/AppDataHighFidelity"
|
||||
)
|
||||
|
||||
# add a custom command to copy the SSL DLLs
|
||||
add_custom_command(
|
||||
TARGET ${TARGET_NAME}
|
||||
POST_BUILD
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy_directory D:/GitHub/vcpkg/installed/x64-windows/bin "$<TARGET_FILE_DIR:${TARGET_NAME}>"
|
||||
)
|
||||
|
||||
endif ()
|
Loading…
Reference in a new issue