提交 8c4242b1 编写于 作者: W wangguibao

Elastic CTR

上级 d7ce5650
......@@ -33,14 +33,26 @@ install(FILES
${CMAKE_BINARY_DIR}/elastic-ctr/client/builtin_format.pb.h
DESTINATION
${PADDLE_SERVING_INSTALL_DIR}/elastic_ctr/api/include/elastic-ctr/client/)
install(DIRECTORY ${CMAKE_SOURCE_DIR}/sdk-cpp/include
install(DIRECTORY
${CMAKE_SOURCE_DIR}/sdk-cpp/include
DESTINATION
${PADDLE_SERVING_INSTALL_DIR}/elastic_ctr/api/include/sdk-cpp/)
install(DIRECTORY
${CMAKE_SOURCE_DIR}/configure/include
DESTINATION
${PADDLE_SERVING_INSTALL_DIR}/elastic_ctr/api/include/configure)
install(FILES
${CMAKE_BINARY_DIR}/configure/sdk_configure.pb.h
DESTINATION
${PADDLE_SERVING_INSTALL_DIR}/elastic_ctr/api/include/configure)
install(DIRECTORY
${CMAKE_BINARY_DIR}/third_party/install/protobuf/include/google
${CMAKE_BINARY_DIR}/third_party/install/brpc/include/brpc
${CMAKE_BINARY_DIR}/third_party/install/brpc/include/butil
${CMAKE_BINARY_DIR}/third_party/install/brpc/include/bthread
${CMAKE_BINARY_DIR}/third_party/install/brpc/include/bvar
${CMAKE_BINARY_DIR}/third_party/install/brpc/include/json2pb
${CMAKE_BINARY_DIR}/third_party/install/gflags/include/gflags
${CMAKE_BINARY_DIR}/third_party/install/glog/include/glog
DESTINATION
......
......@@ -23,7 +23,6 @@
#include <unistd.h>
#include <exception>
#include "boost/unordered_map.hpp"
#include "gflags/gflags.h"
#include "google/protobuf/message.h"
......@@ -35,7 +34,7 @@
#include "base/logging.h"
#include "base/object_pool.h"
#include "base/time.h"
#include "bthread.h"
#include "bthread.h" // NOLINT
#else
#include "brpc/channel.h"
#include "brpc/parallel_channel.h"
......@@ -49,7 +48,7 @@
#include "bvar/bvar.h"
#ifdef BCLOUD
#include "json_to_pb.h"
#include "json_to_pb.h" // NOLINT
#else
#include "json2pb/json_to_pb.h"
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册