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
244244 ${CMAKE_CURRENT_SOURCE_DIR} /../include /graphqlservice/GraphQLService.h
245245 ${CMAKE_CURRENT_SOURCE_DIR} /../include /graphqlservice/GraphQLGrammar.h
246246 ${CMAKE_CURRENT_SOURCE_DIR} /../include /graphqlservice/GraphQLTree.h
247- ${CMAKE_CURRENT_SOURCE_DIR} /../include /graphqlservice/internal /SortedMap.h
248247 CONFIGURATIONS ${GRAPHQL_INSTALL_CONFIGURATIONS}
249248 DESTINATION ${GRAPHQL_INSTALL_INCLUDE_DIR} /graphqlservice)
250249
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+
251255install (FILES
252256 ${CMAKE_CURRENT_SOURCE_DIR} /../include /graphqlservice/introspection/Introspection.h
253257 ${CMAKE_CURRENT_BINARY_DIR} /../include /graphqlservice/introspection/IntrospectionSchema.h
You can’t perform that action at this time.
0 commit comments