File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -417,6 +417,7 @@ install(TARGETS
417417 graphqlresponse
418418 graphqlservice
419419 graphqlintrospection
420+ graphqlclient
420421 EXPORT cppgraphqlgen-targets
421422 RUNTIME DESTINATION bin
422423 ARCHIVE DESTINATION lib
@@ -429,10 +430,12 @@ install(FILES
429430 ${CMAKE_CURRENT_SOURCE_DIR} /../include /graphqlservice/GraphQLService.h
430431 ${CMAKE_CURRENT_SOURCE_DIR} /../include /graphqlservice/GraphQLGrammar.h
431432 ${CMAKE_CURRENT_SOURCE_DIR} /../include /graphqlservice/GraphQLTree.h
433+ ${CMAKE_CURRENT_SOURCE_DIR} /../include /graphqlservice/GraphQLClient.h
432434 CONFIGURATIONS ${GRAPHQL_INSTALL_CONFIGURATIONS}
433435 DESTINATION ${GRAPHQL_INSTALL_INCLUDE_DIR} /graphqlservice)
434436
435437install (FILES
438+ ${CMAKE_CURRENT_SOURCE_DIR} /../include /graphqlservice/internal /Base64.h
436439 ${CMAKE_CURRENT_SOURCE_DIR} /../include /graphqlservice/internal /SortedMap.h
437440 ${CMAKE_CURRENT_SOURCE_DIR} /../include /graphqlservice/internal /Version .h
438441 CONFIGURATIONS ${GRAPHQL_INSTALL_CONFIGURATIONS}
You can’t perform that action at this time.
0 commit comments