CMakeLists.txt 201 字节
Newer Older
W
wangguibao 已提交
1 2 3 4 5 6
LIST(APPEND protofiles
        ${CMAKE_CURRENT_LIST_DIR}/elastic_ctr_prediction.proto
)

PROTOBUF_GENERATE_SERVING_CPP(TRUE PROTO_SRCS PROTO_HDRS ${protofiles})
LIST(APPEND serving_srcs ${PROTO_SRCS})