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 37756a1 commit b7c7849Copy full SHA for b7c7849
samples/client/CMakeLists.txt
@@ -32,8 +32,7 @@ if(WIN32 AND BUILD_SHARED_LIBS)
32
graphqljson
33
graphqlpeg
34
graphqlresponse
35
- graphqlclient
36
- WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/../src)
+ graphqlclient)
37
38
add_custom_target(copy_client_sample_dlls DEPENDS copied_sample_dlls)
39
test/CMakeLists.txt
@@ -105,8 +105,7 @@ if(WIN32 AND BUILD_SHARED_LIBS)
105
106
107
108
109
110
111
add_custom_target(copy_test_dlls DEPENDS copied_test_dlls)
112
0 commit comments