Skip to content

Commit 37756a1

Browse files
committed
Disambiguate copy_sample_dlls target names
1 parent 49d4ced commit 37756a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

samples/client/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ if(WIN32 AND BUILD_SHARED_LIBS)
3535
graphqlclient
3636
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/../src)
3737

38-
add_custom_target(copy_sample_dlls DEPENDS copied_sample_dlls)
38+
add_custom_target(copy_client_sample_dlls DEPENDS copied_sample_dlls)
3939

40-
add_dependencies(client_benchmark copy_sample_dlls)
40+
add_dependencies(client_benchmark copy_client_sample_dlls)
4141
endif()

samples/learn/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if(WIN32 AND BUILD_SHARED_LIBS)
3636
graphqlpeg
3737
graphqlresponse)
3838

39-
add_custom_target(copy_sample_dlls DEPENDS copied_sample_dlls)
39+
add_custom_target(copy_learn_sample_dlls DEPENDS copied_sample_dlls)
4040

41-
add_dependencies(learn_star_wars copy_sample_dlls)
41+
add_dependencies(learn_star_wars copy_learn_sample_dlls)
4242
endif()

0 commit comments

Comments
 (0)