未验证 提交 b6a731b6 编写于 作者: J Jin Hai 提交者: GitHub

Merge pull request #285 from yhmo/0.6.0

#284 Change C++ SDK to shared library
...@@ -13,6 +13,7 @@ Please mark all change in change log and use the ticket from JIRA. ...@@ -13,6 +13,7 @@ Please mark all change in change log and use the ticket from JIRA.
- \#226 - Experimental shards middleware for Milvus - \#226 - Experimental shards middleware for Milvus
## Improvement ## Improvement
- \#284 - Change C++ SDK to shread library
## Task ## Task
......
...@@ -22,7 +22,7 @@ include_directories(include) ...@@ -22,7 +22,7 @@ include_directories(include)
aux_source_directory(interface interface_files) aux_source_directory(interface interface_files)
aux_source_directory(grpc grpc_client_files) aux_source_directory(grpc grpc_client_files)
add_library(milvus_sdk STATIC add_library(milvus_sdk SHARED
${interface_files} ${interface_files}
${grpc_client_files} ${grpc_client_files}
${grpc_service_files} ${grpc_service_files}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册