File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ endfunction()
7474file (REAL_PATH ../include / INCLUDE_ROOT)
7575
7676# graphql_internal_modules
77- add_library (graphql_internal_modules STATIC )
77+ add_library (graphql_internal_modules OBJECT )
7878add_library (cppgraphqlgen::graphql_internal_modules ALIAS graphql_internal_modules)
7979set_target_properties (graphql_internal_modules PROPERTIES LINKER_LANGUAGE CXX)
8080target_compile_features (graphql_internal_modules PUBLIC cxx_std_20)
@@ -110,7 +110,7 @@ if(GRAPHQL_BUILD_MODULES)
110110endif ()
111111
112112# graphql_introspection_modules
113- add_library (graphql_introspection_modules STATIC )
113+ add_library (graphql_introspection_modules OBJECT )
114114add_library (cppgraphqlgen::graphql_introspection_modules ALIAS graphql_introspection_modules)
115115set_target_properties (graphql_introspection_modules PROPERTIES LINKER_LANGUAGE CXX)
116116target_compile_features (graphql_introspection_modules PUBLIC cxx_std_20)
You can’t perform that action at this time.
0 commit comments