mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 09:33:45 +02:00
Made path to VCPKG relative.
This commit is contained in:
parent
67097194c3
commit
959c544fcd
1 changed files with 2 additions and 2 deletions
|
@ -57,10 +57,10 @@ if (WIN32)
|
|||
)
|
||||
|
||||
# add a custom command to copy the SSL DLLs
|
||||
add_custom_command(
|
||||
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}>"
|
||||
COMMAND "${CMAKE_COMMAND}" -E copy_directory "$ENV{VCPKG_ROOT}/installed/x64-windows/bin" "$<TARGET_FILE_DIR:${TARGET_NAME}>"
|
||||
)
|
||||
|
||||
endif ()
|
Loading…
Reference in a new issue