Browse Source

update src/common/graph/CMakeLists.txt.

pull/243/head
王涛 Gitee 5 years ago
parent
commit
e34dc546b8
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/common/graph/CMakeLists.txt

+ 2
- 2
src/common/graph/CMakeLists.txt View File

@@ -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}


Loading…
Cancel
Save