Browse Source

update cmake

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

+ 1
- 1
parser/CMakeLists.txt View File

@@ -73,7 +73,7 @@ target_include_directories(fmk_parser PRIVATE
${METADEF_DIR}/inc/external/register
#### independent compile #####
${METADEF_DIR}/third_party/graphengine/ge
${METADEF_DIR}/third_party/graphengine/ge/inc
${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


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

@@ -43,7 +43,7 @@ target_include_directories(fmk_onnx_parser PRIVATE
${METADEF_DIR}/inc/external/register
#### independent compile #####
${METADEF_DIR}/third_party/graphengine/ge
${METADEF_DIR}/third_party/graphengine/ge/inc
${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
@@ -61,7 +61,6 @@ target_link_libraries(fmk_onnx_parser PRIVATE
$<BUILD_INTERFACE:intf_pub>
-Wl,--no-as-needed
protobuf
ge_common
register
c_sec
parser_common


Loading…
Cancel
Save