From 1726afc9ef37869a302c33dddfcafc3197b07d00 Mon Sep 17 00:00:00 2001 From: taoxiangdong Date: Thu, 15 Oct 2020 10:16:43 +0800 Subject: [PATCH] update thirdparty include path --- parser/CMakeLists.txt | 1 + parser/common/CMakeLists.txt | 1 + parser/onnx/CMakeLists.txt | 1 + 3 files changed, 3 insertions(+) diff --git a/parser/CMakeLists.txt b/parser/CMakeLists.txt index cd45cb2..8f33842 100644 --- a/parser/CMakeLists.txt +++ b/parser/CMakeLists.txt @@ -64,6 +64,7 @@ target_include_directories(fmk_parser PRIVATE ${PARSER_DIR}/../inc/framework ${PARSER_DIR}/../inc/common/util ${PARSER_DIR}/../inc/external + ${PARSER_DIR}/../third_party/fwkacllib/inc ${METADEF_DIR}/inc ${METADEF_DIR}/inc/graph ${METADEF_DIR}/inc/register diff --git a/parser/common/CMakeLists.txt b/parser/common/CMakeLists.txt index 2e8da9e..c852008 100644 --- a/parser/common/CMakeLists.txt +++ b/parser/common/CMakeLists.txt @@ -46,6 +46,7 @@ target_include_directories(parser_common PRIVATE ${PARSER_DIR}/../inc/framework ${PARSER_DIR}/../inc/common/util ${PARSER_DIR}/../inc/external + ${PARSER_DIR}/../third_party/fwkacllib/inc ${METADEF_DIR}/inc ${METADEF_DIR}/inc/graph ${METADEF_DIR}/inc/register diff --git a/parser/onnx/CMakeLists.txt b/parser/onnx/CMakeLists.txt index be1edaf..689f6bc 100644 --- a/parser/onnx/CMakeLists.txt +++ b/parser/onnx/CMakeLists.txt @@ -34,6 +34,7 @@ target_include_directories(fmk_onnx_parser PRIVATE ${PARSER_DIR}/../inc/common/util {PARSER_DIR}/../inc/framework {PARSER_DIR}/../inc/external + ${PARSER_DIR}/../third_party/fwkacllib/inc ${METADEF_DIR}/inc ${METADEF_DIR}/inc/graph ${METADEF_DIR}/inc/register