diff --git a/cube/cube-server/CMakeLists.txt b/cube/cube-server/CMakeLists.txt index fcfbe0bf22290a7ea2dc0a83ecb0630f29c01268..d9b4012409eefb9f2c1016536b09935e4a030ca7 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})