mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-30 07:25:37 +08:00
#284 Change C++ SDK to shread library
This commit is contained in:
parent
b58dd6624a
commit
c0a728d244
@ -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
|
||||
|
||||
|
||||
@ -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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user