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

Merge pull request #286 from yhmo/0.5.3

#284 Change C++ SDK to shared library
......@@ -12,6 +12,7 @@ Please mark all change in change log and use the ticket from JIRA.
- \#204 - improve grpc performance in search
- \#207 - Add more unittest for config set/get
- \#208 - optimize unittest to support run single test more easily
- \#284 - Change C++ SDK to shread library
## Task
......
......@@ -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}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册