Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
fffe2e35a05ee9cc76265e7de31f49394590bdd1
/
.
/
third_party
/
allwpilib
/
shared
/
googletest.gradle
blob: ab3b51ff3dd9d5b2129cabe885f9e8be525aff58 [
file
] [
log
] [
blame
]
model
{
binaries
{
withType
(
GoogleTestTestSuiteBinarySpec
).
all
{
nativeUtils
.
useRequiredLibrary
(
it
,
'googletest_static'
)
}
}
}