Browse Source

update thirdparty include path

pull/5/head
taoxiangdong 5 years ago
parent
commit
1726afc9ef
3 changed files with 3 additions and 0 deletions
  1. +1
    -0
      parser/CMakeLists.txt
  2. +1
    -0
      parser/common/CMakeLists.txt
  3. +1
    -0
      parser/onnx/CMakeLists.txt

+ 1
- 0
parser/CMakeLists.txt View File

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


+ 1
- 0
parser/common/CMakeLists.txt View File

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


+ 1
- 0
parser/onnx/CMakeLists.txt View File

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


Loading…
Cancel
Save