Skip to content

Commit d432a8f

Browse files
committed
Copy graphqlclient.dll to the test directory
1 parent 6347a7e commit d432a8f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ if(WIN32 AND BUILD_SHARED_LIBS)
7777
$<TARGET_FILE:graphqljson>
7878
$<TARGET_FILE:graphqlpeg>
7979
$<TARGET_FILE:graphqlresponse>
80+
$<TARGET_FILE:graphqlclient>
8081
${CMAKE_CURRENT_BINARY_DIR}
8182
COMMAND ${CMAKE_COMMAND} -E touch ${CMAKE_CURRENT_BINARY_DIR}/copied_test_dlls
8283
DEPENDS
@@ -85,6 +86,7 @@ if(WIN32 AND BUILD_SHARED_LIBS)
8586
graphqljson
8687
graphqlpeg
8788
graphqlresponse
89+
graphqlclient
8890
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/../src)
8991

9092
add_custom_target(copy_test_dlls DEPENDS copied_test_dlls)

0 commit comments

Comments
 (0)