From 443e15ae81cb38d26158ddfcf91ae641f7ad7f4a Mon Sep 17 00:00:00 2001 From: NissimHadar Date: Mon, 8 Oct 2018 12:45:08 -0700 Subject: [PATCH] Copy SSL DLLs to the Release folder. --- tools/auto-tester/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/auto-tester/CMakeLists.txt b/tools/auto-tester/CMakeLists.txt index 7705dc4361..06930ab0fe 100644 --- a/tools/auto-tester/CMakeLists.txt +++ b/tools/auto-tester/CMakeLists.txt @@ -55,5 +55,12 @@ if (WIN32) POST_BUILD COMMAND "${CMAKE_COMMAND}" -E copy_directory "${CMAKE_CURRENT_SOURCE_DIR}/AppDataHighFidelity" "$/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 "$" + ) endif () \ No newline at end of file