Skip to content
Snippets Groups Projects
Commit 3734fbf3 authored by Jerome Royan's avatar Jerome Royan
Browse files

generate a static lib instead of a shared one

parent e04c0ea6
No related branches found
No related tags found
2 merge requests!6Correction of many fixes,!5force the use of version 6.6.0 of openapi-generator-cli due to a bug since...
......@@ -54,7 +54,7 @@ include_directories(
${CMAKE_CURRENT_SOURCE_DIR}/api
)
add_library(${TARGET_NAME} SHARED)
add_library(${TARGET_NAME} STATIC)
target_sources(${TARGET_NAME}
PRIVATE
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment