We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd01882 commit 02d7322Copy full SHA for 02d7322
tests/CMakeLists.txt
@@ -29,6 +29,9 @@ if(WIN32)
29
COMMAND ${CMAKE_COMMAND} -E copy
30
"$<TARGET_FILE:sparrow-ipc>"
31
"$<TARGET_FILE_DIR:${test_target}>"
32
+ COMMAND ${CMAKE_COMMAND} -E copy
33
+ "$<TARGET_FILE:sparrow::json_reader>"
34
+ "$<TARGET_FILE_DIR:${test_target}>"
35
COMMENT "Copying sparrow and sparrow-ipc DLLs to executable directory"
36
)
37
endif()
0 commit comments