Browse Source

update parser cmakelists

pull/10/head
taoxiangdong 5 years ago
parent
commit
ffedda2de7
3 changed files with 2 additions and 2 deletions
  1. +2
    -2
      parser/onnx/CMakeLists.txt
  2. +0
    -0
      parser/stub/Makefile
  3. +0
    -0
      parser/stub/gen_stubapi.py

+ 2
- 2
parser/onnx/CMakeLists.txt View File

@@ -32,8 +32,8 @@ target_include_directories(fmk_onnx_parser PRIVATE
${PARSER_DIR}/../ge
${PARSER_DIR}/../inc
${PARSER_DIR}/../inc/common/util
{PARSER_DIR}/../inc/framework
{PARSER_DIR}/../inc/external
${PARSER_DIR}/../inc/framework
${PARSER_DIR}/../inc/external
${PARSER_DIR}/../third_party/fwkacllib/inc
${METADEF_DIR}/inc
${METADEF_DIR}/inc/graph


stub/Makefile → parser/stub/Makefile View File


stub/gen_stubapi.py → parser/stub/gen_stubapi.py View File


Loading…
Cancel
Save