Skip to content

Commit fd3a77d

Browse files
committed
Add an install TARGET for the graphqljson library
1 parent 84ab4ff commit fd3a77d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,9 @@ if(BUILD_TESTS OR UPDATE_SAMPLES)
150150
endif()
151151
endif()
152152

153-
install(TARGETS graphqlservice
153+
install(TARGETS
154+
graphqlservice
155+
graphqljson
154156
EXPORT cppgraphqlgen-targets
155157
RUNTIME DESTINATION bin
156158
ARCHIVE DESTINATION lib

0 commit comments

Comments
 (0)