Merge pull request #285 from yhmo/0.6.0

#284 Change C++ SDK to shared library
pull/299/head
Jin Hai 2019-11-12 15:29:06 +08:00 committed by GitHub
commit b6a731b659
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ Please mark all change in change log and use the ticket from JIRA.
- \#226 - Experimental shards middleware for Milvus
## Improvement
- \#284 - Change C++ SDK to shread library
## Task

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}