File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,12 @@ if(WIN32 AND BUILD_SHARED_LIBS)
180
180
$< TARGET_FILE:graphqlresponse>
181
181
${CMAKE_CURRENT_BINARY_DIR}
182
182
COMMAND ${CMAKE_COMMAND} -E touch copied_sample_dlls
183
- DEPENDS graphqlservice graphqljson graphqlpeg graphqlresponse )
183
+ DEPENDS
184
+ graphqlservice_nointrospection
185
+ graphqlservice
186
+ graphqljson
187
+ graphqlpeg
188
+ graphqlresponse )
184
189
185
190
add_custom_target (copy_sample_dlls DEPENDS copied_sample_dlls )
186
191
Original file line number Diff line number Diff line change @@ -70,7 +70,12 @@ if(WIN32 AND BUILD_SHARED_LIBS)
70
70
$< TARGET_FILE:graphqlresponse>
71
71
${CMAKE_CURRENT_BINARY_DIR}
72
72
COMMAND ${CMAKE_COMMAND} -E touch ${CMAKE_CURRENT_BINARY_DIR} /copied_test_dlls
73
- DEPENDS graphqlservice graphqljson graphqlpeg graphqlresponse
73
+ DEPENDS
74
+ graphqlservice_nointrospection
75
+ graphqlservice
76
+ graphqljson
77
+ graphqlpeg
78
+ graphqlresponse )
74
79
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} /../src )
75
80
76
81
add_custom_target (copy_test_dlls DEPENDS copied_test_dlls )
You can’t perform that action at this time.
0 commit comments