File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -244,10 +244,14 @@ install(FILES
244
244
${CMAKE_CURRENT_SOURCE_DIR} /../include/graphqlservice/GraphQLService.h
245
245
${CMAKE_CURRENT_SOURCE_DIR} /../include/graphqlservice/GraphQLGrammar.h
246
246
${CMAKE_CURRENT_SOURCE_DIR} /../include/graphqlservice/GraphQLTree.h
247
- ${CMAKE_CURRENT_SOURCE_DIR} /../include/graphqlservice/internal/SortedMap.h
248
247
CONFIGURATIONS ${GRAPHQL_INSTALL_CONFIGURATIONS}
249
248
DESTINATION ${GRAPHQL_INSTALL_INCLUDE_DIR} /graphqlservice )
250
249
250
+ install (FILES
251
+ ${CMAKE_CURRENT_SOURCE_DIR} /../include/graphqlservice/internal/SortedMap.h
252
+ CONFIGURATIONS ${GRAPHQL_INSTALL_CONFIGURATIONS}
253
+ DESTINATION ${GRAPHQL_INSTALL_INCLUDE_DIR} /graphqlservice/internal )
254
+
251
255
install (FILES
252
256
${CMAKE_CURRENT_SOURCE_DIR} /../include/graphqlservice/introspection/Introspection.h
253
257
${CMAKE_CURRENT_BINARY_DIR} /../include/graphqlservice/introspection/IntrospectionSchema.h
You can’t perform that action at this time.
0 commit comments