We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10dffe4 commit ccd6796Copy full SHA for ccd6796
src/CMakeLists.txt
@@ -66,7 +66,7 @@ if(GRAPHQL_UPDATE_SAMPLES)
66
install(FILES
67
${CMAKE_CURRENT_BINARY_DIR}/../include/graphqlservice/IntrospectionSchema.h
68
${CMAKE_CURRENT_BINARY_DIR}/../IntrospectionSchema.cpp
69
- DESTINATION ${CMAKE_SOURCE_DIR}/samples/introspection)
+ DESTINATION ${CMAKE_CURRENT_SOURCE_DIR}/../samples/introspection)
70
else()
71
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/../samples/introspection/IntrospectionSchema.cpp DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/..)
72
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/../samples/introspection/IntrospectionSchema.h DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/../include/graphqlservice)
0 commit comments