From c7128c1d3c6403704b8aacea796fda3502ca62d1 Mon Sep 17 00:00:00 2001 From: "ximin.li" Date: Thu, 15 Oct 2020 20:56:47 +0800 Subject: [PATCH] fix compile error (include unity.h error) Change-Id: I9343c0201b4e08d623e95d9f3a5156900608ed2d --- app/samgr/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/app/samgr/BUILD.gn b/app/samgr/BUILD.gn index ea85b0c..e0cc548 100755 --- a/app/samgr/BUILD.gn +++ b/app/samgr/BUILD.gn @@ -31,5 +31,6 @@ static_library("example_samgr") { "//foundation/distributedschedule/services/samgr_lite/samgr/source", "//foundation/distributedschedule/services/samgr_lite/samgr/adapter", "//test/xts/tools/hctest/include", + "//third_party/unity/src", ] } \ No newline at end of file -- Gitee