File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ if(WIN32 AND BUILD_SHARED_LIBS)
35
35
graphqlclient
36
36
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} /../src )
37
37
38
- add_custom_target (copy_sample_dlls DEPENDS copied_sample_dlls )
38
+ add_custom_target (copy_client_sample_dlls DEPENDS copied_sample_dlls )
39
39
40
- add_dependencies (client_benchmark copy_sample_dlls )
40
+ add_dependencies (client_benchmark copy_client_sample_dlls )
41
41
endif ()
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ if(WIN32 AND BUILD_SHARED_LIBS)
36
36
graphqlpeg
37
37
graphqlresponse )
38
38
39
- add_custom_target (copy_sample_dlls DEPENDS copied_sample_dlls )
39
+ add_custom_target (copy_learn_sample_dlls DEPENDS copied_sample_dlls )
40
40
41
- add_dependencies (learn_star_wars copy_sample_dlls )
41
+ add_dependencies (learn_star_wars copy_learn_sample_dlls )
42
42
endif ()
You can’t perform that action at this time.
0 commit comments