Skip to content

Commit 02d7322

Browse files
committed
Fix windows run tests
1 parent dd01882 commit 02d7322

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ if(WIN32)
2929
COMMAND ${CMAKE_COMMAND} -E copy
3030
"$<TARGET_FILE:sparrow-ipc>"
3131
"$<TARGET_FILE_DIR:${test_target}>"
32+
COMMAND ${CMAKE_COMMAND} -E copy
33+
"$<TARGET_FILE:sparrow::json_reader>"
34+
"$<TARGET_FILE_DIR:${test_target}>"
3235
COMMENT "Copying sparrow and sparrow-ipc DLLs to executable directory"
3336
)
3437
endif()

0 commit comments

Comments
 (0)