Sign in
roughtime
/
roughtime
/
HEAD
/
.
/
gtest.BUILD
blob: 3e68a1d879311de905fab2f4cd3486a4c72a3532 [
file
] [
log
] [
blame
]
cc_library
(
name
=
"main"
,
srcs
=
glob
(
[
"src/*.cc"
],
exclude
=
[
"src/gtest-all.cc"
]
),
hdrs
=
glob
([
"include/**/*.h"
,
"src/*.h"
]),
copts
=
[
"-Iexternal/gtest/include"
],
linkopts
=
[
"-pthread"
],
visibility
=
[
"//visibility:public"
],
)