From fd72620b84826be270c49a9f781f6c44716de75d Mon Sep 17 00:00:00 2001 From: zhangxiaokun Date: Thu, 8 Jul 2021 22:56:48 +0800 Subject: [PATCH] add ace/comop/inc for ge_executor --- ge/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ge/CMakeLists.txt b/ge/CMakeLists.txt index 70dee419..15b91bd3 100755 --- a/ge/CMakeLists.txt +++ b/ge/CMakeLists.txt @@ -931,6 +931,8 @@ target_include_directories(ge_executor SYSTEM PRIVATE ${CMAKE_BINARY_DIR} ${CMAKE_BINARY_DIR}/proto/graphengine_protos #### yellow zone #### + ${GE_CODE_DIR}/../ace/comop/inc + ${GE_CODE_DIR}/../ace/comop/inc/external $<$>:${GE_DEPEND_DIR}/inc> $<$>:$> $<$>:$> @@ -986,6 +988,8 @@ target_include_directories(ge_executor_shared PRIVATE ${CMAKE_BINARY_DIR} ${CMAKE_BINARY_DIR}/proto/graphengine_protos #### yellow zone #### + ${GE_CODE_DIR}/../ace/comop/inc + ${GE_CODE_DIR}/../ace/comop/inc/external $<$>:${GE_DEPEND_DIR}/inc> #### blue zone #### $<$:${GE_CODE_DIR}/third_party/fwkacllib/inc>