diff --git a/parser/onnx/CMakeLists.txt b/parser/onnx/CMakeLists.txt index 689f6bc..9e3ebfb 100644 --- a/parser/onnx/CMakeLists.txt +++ b/parser/onnx/CMakeLists.txt @@ -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 diff --git a/stub/Makefile b/parser/stub/Makefile similarity index 100% rename from stub/Makefile rename to parser/stub/Makefile diff --git a/stub/gen_stubapi.py b/parser/stub/gen_stubapi.py similarity index 100% rename from stub/gen_stubapi.py rename to parser/stub/gen_stubapi.py