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