Browse Source

update include folder location

pull/21/head
taoxiangdong 5 years ago
parent
commit
e16e2eec24
3 changed files with 12 additions and 12 deletions
  1. +4
    -4
      parser/CMakeLists.txt
  2. +4
    -4
      parser/common/CMakeLists.txt
  3. +4
    -4
      parser/onnx/CMakeLists.txt

+ 4
- 4
parser/CMakeLists.txt View File

@@ -72,10 +72,10 @@ target_include_directories(fmk_parser PRIVATE
${METADEF_DIR}/inc/external/graph
${METADEF_DIR}/inc/external/register
#### independent compile #####
${METADEF_DIR}/third_party/ge
${METADEF_DIR}/third_party/ge/inc
${METADEF_DIR}/third_party/ge/inc/framework
${METADEF_DIR}/third_party/ge/inc/external
${METADEF_DIR}/third_party/graphengine/ge
${METADEF_DIR}/third_party/graphengine/ge/inc
${METADEF_DIR}/third_party/graphengine/inc/framework
${METADEF_DIR}/third_party/graphengine/inc/external
${METADEF_DIR}/third_party/fwkacllib/inc
#### temp ####
${PARSER_DIR}/../graphengine/inc/common/util


+ 4
- 4
parser/common/CMakeLists.txt View File

@@ -54,10 +54,10 @@ target_include_directories(parser_common PRIVATE
${METADEF_DIR}/inc/external/graph
${METADEF_DIR}/inc/external/register
#### independent compile #####
${METADEF_DIR}/third_party/ge
${METADEF_DIR}/third_party/ge/inc
${METADEF_DIR}/third_party/ge/inc/framework
${METADEF_DIR}/third_party/ge/inc/external
${METADEF_DIR}/third_party/graphengine/ge
${METADEF_DIR}/third_party/graphengine/inc
${METADEF_DIR}/third_party/graphengine/inc/framework
${METADEF_DIR}/third_party/graphengine/inc/external
${METADEF_DIR}/third_party/fwkacllib/inc
#### temp ####
${PARSER_DIR}/../graphengine/inc/common/util


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

@@ -42,10 +42,10 @@ target_include_directories(fmk_onnx_parser PRIVATE
${METADEF_DIR}/inc/external/graph
${METADEF_DIR}/inc/external/register
#### independent compile #####
${METADEF_DIR}/third_party/ge
${METADEF_DIR}/third_party/ge/inc
${METADEF_DIR}/third_party/ge/inc/framework
${METADEF_DIR}/third_party/ge/inc/external
${METADEF_DIR}/third_party/graphengine/ge
${METADEF_DIR}/third_party/graphengine/ge/inc
${METADEF_DIR}/third_party/graphengine/inc/framework
${METADEF_DIR}/third_party/graphengine/inc/external
${METADEF_DIR}/third_party/fwkacllib/inc
#### temp ####
${PARSER_DIR}/../graphengine/inc/common/util


Loading…
Cancel
Save