File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ CTestCostData.txt
19
19
CTestTestfile.cmake
20
20
install_manifest.txt
21
21
LastTest.log
22
+ lib * .a
22
23
lib * .so
23
24
Makefile
24
25
schemagen
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ if(WIN32)
9
9
SET (CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS TRUE )
10
10
endif ()
11
11
12
- add_library (graphqlservice SHARED GraphQLService.cpp Introspection.cpp IntrospectionSchema.cpp )
12
+ add_library (graphqlservice GraphQLService.cpp Introspection.cpp IntrospectionSchema.cpp )
13
13
add_executable (schemagen SchemaGenerator.cpp )
14
14
15
15
find_library (GRAPHQLPARSER graphqlparser )
@@ -50,7 +50,7 @@ if(BUILD_TESTS OR UPDATE_SAMPLES)
50
50
)
51
51
52
52
if (BUILD_TESTS )
53
- add_library (todaygraphql SHARED
53
+ add_library (todaygraphql
54
54
TodaySchema.cpp
55
55
Today.cpp )
56
56
@@ -99,6 +99,7 @@ endif()
99
99
install (TARGETS graphqlservice schemagen
100
100
EXPORT cppgraphqlgen-config
101
101
RUNTIME DESTINATION bin
102
+ ARCHIVE DESTINATION lib
102
103
LIBRARY DESTINATION lib )
103
104
104
105
install (FILES GraphQLService.h Introspection.h IntrospectionSchema.h
You can’t perform that action at this time.
0 commit comments