Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
4769bb4dde68673fcddb77bf471b51f61bcf4dd7
/
.
/
third_party
/
google-glog
/
bazel
/
example
/
BUILD.bazel
blob: 05ab0f3e73ecfe02a95252287b0e395c1564020f [
file
] [
log
] [
blame
]
cc_test
(
name
=
"main"
,
size
=
"small"
,
srcs
=
[
"main.cc"
],
deps
=
[
"//:glog"
,
"@com_github_gflags_gflags//:gflags"
,
],
)