|
|
@@ -31,8 +31,8 @@ file(GLOB_RECURSE ONNX_PROTO_LIST RELATIVE ${CMAKE_CURRENT_LIST_DIR} |
|
|
"${onnx_INC}/onnx/onnx.proto" |
|
|
"${onnx_INC}/onnx/onnx.proto" |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
ge_protobuf_generate(ge PROTO_SRCS PROTO_HDRS ${PROTO_LIST}) |
|
|
|
|
|
ge_protobuf_generate(ge PROTO_ONNX_SRCS PROTO_ONNX_HDRS ${ONNX_PROTO_LIST}) |
|
|
|
|
|
|
|
|
protobuf_generate(ge PROTO_SRCS PROTO_HDRS ${PROTO_LIST}) |
|
|
|
|
|
protobuf_generate(ge PROTO_ONNX_SRCS PROTO_ONNX_HDRS ${ONNX_PROTO_LIST}) |
|
|
|
|
|
|
|
|
# need to remove dependencies on pb files later |
|
|
# need to remove dependencies on pb files later |
|
|
file(GLOB SRC_LIST RELATIVE ${CMAKE_CURRENT_LIST_DIR} |
|
|
file(GLOB SRC_LIST RELATIVE ${CMAKE_CURRENT_LIST_DIR} |
|
|
|