#284 Change C++ SDK to shread library

pull/285/head
groot 2019-11-12 10:29:37 +08:00
parent b58dd6624a
commit c0a728d244
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ Please mark all change in change log and use the ticket from JIRA.
- \#12 - Pure CPU version for Milvus
- \#77 - Support table partition
- \#226 - Experimental shards middleware for Milvus
- \#284 - Change C++ SDK to shread library
## Improvement

View File

@ -22,7 +22,7 @@ include_directories(include)
aux_source_directory(interface interface_files)
aux_source_directory(grpc grpc_client_files)
add_library(milvus_sdk STATIC
add_library(milvus_sdk SHARED
${interface_files}
${grpc_client_files}
${grpc_service_files}