blob: 52c9ca2ba7c2537b204929b6d8fe3d7294e1af17 [file] [log] [blame]
cc_library(
name = "gtest",
srcs = [
"googletest/src/gtest-all.cc",
],
hdrs = glob(["googletest/include/**/*.h", "googletest/src/*.cc", "googletest/src/*.h"]),
includes = [
"googletest",
"googletest/include",
],
linkstatic = 1,
visibility = [
"//visibility:public",
],
)