mirror of
https://gitee.com/openharmony/testfwk_developer_test
synced 2025-02-17 05:57:47 +00:00
This commit is contained in:
parent
8c6ea1400a
commit
c2bb0df038
4
third_party/lib/cpp/BUILD.gn
vendored
4
third_party/lib/cpp/BUILD.gn
vendored
@ -18,6 +18,9 @@ config("gtest_private_config") {
|
||||
|
||||
config("gtest_config") {
|
||||
include_dirs = [ "//third_party/googletest/googletest/include" ]
|
||||
cflags = [ "-std=c++17" ]
|
||||
cflags_objcc = [ "-std=c++17" ]
|
||||
cflags_cc = [ "-std=c++17" ]
|
||||
}
|
||||
|
||||
static_library("gtest") {
|
||||
@ -53,6 +56,7 @@ static_library("gtest") {
|
||||
"//third_party/googletest/googletest/include/gtest/internal/gtest-string.h",
|
||||
"//third_party/googletest/googletest/include/gtest/internal/gtest-tuple.h",
|
||||
"//third_party/googletest/googletest/include/gtest/internal/gtest-type-util.h",
|
||||
"//third_party/googletest/googletest/src/gtest-assertion-result.cc",
|
||||
"//third_party/googletest/googletest/src/gtest-death-test.cc",
|
||||
"//third_party/googletest/googletest/src/gtest-filepath.cc",
|
||||
"//third_party/googletest/googletest/src/gtest-internal-inl.h",
|
||||
|
Loading…
x
Reference in New Issue
Block a user