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 f94fd43 commit 32f02f8Copy full SHA for 32f02f8
samples/CMakeLists.txt
@@ -62,6 +62,7 @@ foreach(CPP_FILE IN LISTS SEPARATE_SCHEMA_FILES)
62
endforeach(CPP_FILE)
63
64
add_library(separateschema OBJECT ${SEPARATE_SCHEMA_PATHS})
65
+add_dependencies(separateschema graphqlservice)
66
target_include_directories(separateschema PUBLIC
67
${CMAKE_CURRENT_BINARY_DIR}/../include
68
${CMAKE_CURRENT_SOURCE_DIR}/../include
@@ -94,6 +95,7 @@ target_include_directories(sample PRIVATE
94
95
if(GRAPHQL_BUILD_TESTS)
96
# tests
97
add_library(unifiedschema OBJECT unified/TodaySchema.cpp)
98
+ add_dependencies(unifiedschema graphqlservice)
99
target_include_directories(unifiedschema PUBLIC
100
101
0 commit comments