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
417
417
graphqlresponse
418
418
graphqlservice
419
419
graphqlintrospection
420
+ graphqlclient
420
421
EXPORT cppgraphqlgen-targets
421
422
RUNTIME DESTINATION bin
422
423
ARCHIVE DESTINATION lib
@@ -429,10 +430,12 @@ install(FILES
429
430
${CMAKE_CURRENT_SOURCE_DIR} /../include/graphqlservice/GraphQLService.h
430
431
${CMAKE_CURRENT_SOURCE_DIR} /../include/graphqlservice/GraphQLGrammar.h
431
432
${CMAKE_CURRENT_SOURCE_DIR} /../include/graphqlservice/GraphQLTree.h
433
+ ${CMAKE_CURRENT_SOURCE_DIR} /../include/graphqlservice/GraphQLClient.h
432
434
CONFIGURATIONS ${GRAPHQL_INSTALL_CONFIGURATIONS}
433
435
DESTINATION ${GRAPHQL_INSTALL_INCLUDE_DIR} /graphqlservice )
434
436
435
437
install (FILES
438
+ ${CMAKE_CURRENT_SOURCE_DIR} /../include/graphqlservice/internal/Base64.h
436
439
${CMAKE_CURRENT_SOURCE_DIR} /../include/graphqlservice/internal/SortedMap.h
437
440
${CMAKE_CURRENT_SOURCE_DIR} /../include/graphqlservice/internal/Version.h
438
441
CONFIGURATIONS ${GRAPHQL_INSTALL_CONFIGURATIONS}
You can’t perform that action at this time.
0 commit comments