未验证 提交 1e02ff3e 编写于 作者: O openharmony_ci 提交者: Gitee

!7068 更新了mslite 的头文件路径

Merge pull request !7068 from wangtongyu6/merge-master-to-monthly1018
......@@ -15,6 +15,10 @@ import("//test/xts/tools/build/suite.gni")
module_output_path = "acts/ActsMindSporeTest"
config("mindspore_config"){
include_dirs = [ "//third_party/mindspore/" ]
}
ohos_moduletest_suite("ActsMindSporeTest") {
module_out_path = module_output_path
sources = [
......@@ -22,7 +26,7 @@ ohos_moduletest_suite("ActsMindSporeTest") {
"src/ohos_common.cpp",
]
include_dirs = [ "//foundation/ai/mindspore/" ]
configs = [ ":mindspore_config" ]
deps = [
"//third_party/googletest:gmock",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册