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