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