Skip to content

Commit cb56e15

Browse files
committed
Fix mismatch in sentinel file names and cleanup targets
1 parent e9fc866 commit cb56e15

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

samples/learn/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ target_link_libraries(learn_star_wars PRIVATE
2020
graphqljson)
2121

2222
if(WIN32 AND BUILD_SHARED_LIBS)
23-
add_custom_command(OUTPUT copied_learn_dlls
23+
add_custom_command(OUTPUT copied_sample_dlls
2424
COMMAND ${CMAKE_COMMAND} -E copy_if_different
2525
$<TARGET_FILE:graphqlservice>
2626
$<TARGET_FILE:graphqlintrospection>

samples/today/CMakeLists.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ if(WIN32 AND BUILD_SHARED_LIBS)
5858
graphqlpeg
5959
graphqlresponse)
6060

61-
add_custom_target(copy_sample_dlls DEPENDS copied_sample_dlls)
61+
add_custom_target(copy_today_sample_dlls DEPENDS copied_sample_dlls)
6262

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)
6767
endif()
6868

6969
if(GRAPHQL_BUILD_TESTS)

0 commit comments

Comments
 (0)