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

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