From b939425b6444c51321635c0471e62c41ff9830f2 Mon Sep 17 00:00:00 2001 From: wangguibao Date: Wed, 7 Aug 2019 15:42:29 +0800 Subject: [PATCH] Install cube-server/conf --- cube/cube-server/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cube/cube-server/CMakeLists.txt b/cube/cube-server/CMakeLists.txt index fcfbe0bf..d9b40124 100644 --- a/cube/cube-server/CMakeLists.txt +++ b/cube/cube-server/CMakeLists.txt @@ -76,3 +76,5 @@ target_link_libraries(cube_test brpc ${DYNAMIC_LIB} gtest -lpthread -ldl -lz) install(TARGETS cube RUNTIME DESTINATION ${PADDLE_SERVING_INSTALL_DIR}/bin ) +install(DIRECTORY ${CMAKE_CURRENT_LIST_DIR}/conf DESTINATION + ${PADDLE_SERVING_INSTALL_DIR}) -- GitLab