File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ target_link_libraries(learn_star_wars PRIVATE
20
20
graphqljson )
21
21
22
22
if (WIN32 AND BUILD_SHARED_LIBS )
23
- add_custom_command (OUTPUT copied_learn_dlls
23
+ add_custom_command (OUTPUT copied_sample_dlls
24
24
COMMAND ${CMAKE_COMMAND} -E copy_if_different
25
25
$< TARGET_FILE:graphqlservice>
26
26
$< TARGET_FILE:graphqlintrospection>
Original file line number Diff line number Diff line change @@ -58,12 +58,12 @@ if(WIN32 AND BUILD_SHARED_LIBS)
58
58
graphqlpeg
59
59
graphqlresponse )
60
60
61
- add_custom_target (copy_sample_dlls DEPENDS copied_sample_dlls )
61
+ add_custom_target (copy_today_sample_dlls DEPENDS copied_sample_dlls )
62
62
63
- add_dependencies (sample copy_sample_dlls )
64
- add_dependencies (sample_nointrospection copy_sample_dlls )
65
- add_dependencies (benchmark copy_sample_dlls )
66
- add_dependencies (benchmark_nointrospection copy_sample_dlls )
63
+ add_dependencies (sample copy_today_sample_dlls )
64
+ add_dependencies (sample_nointrospection copy_today_sample_dlls )
65
+ add_dependencies (benchmark copy_today_sample_dlls )
66
+ add_dependencies (benchmark_nointrospection copy_today_sample_dlls )
67
67
endif ()
68
68
69
69
if (GRAPHQL_BUILD_TESTS )
You can’t perform that action at this time.
0 commit comments