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 6347a7e commit d432a8fCopy full SHA for d432a8f
test/CMakeLists.txt
@@ -77,6 +77,7 @@ if(WIN32 AND BUILD_SHARED_LIBS)
77
$<TARGET_FILE:graphqljson>
78
$<TARGET_FILE:graphqlpeg>
79
$<TARGET_FILE:graphqlresponse>
80
+ $<TARGET_FILE:graphqlclient>
81
${CMAKE_CURRENT_BINARY_DIR}
82
COMMAND ${CMAKE_COMMAND} -E touch ${CMAKE_CURRENT_BINARY_DIR}/copied_test_dlls
83
DEPENDS
@@ -85,6 +86,7 @@ if(WIN32 AND BUILD_SHARED_LIBS)
85
86
graphqljson
87
graphqlpeg
88
graphqlresponse
89
+ graphqlclient
90
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/../src)
91
92
add_custom_target(copy_test_dlls DEPENDS copied_test_dlls)
0 commit comments