mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-24 01:31:46 +00:00
9 lines
241 B
Groovy
9 lines
241 B
Groovy
model {
|
|
binaries {
|
|
withType(GoogleTestTestSuiteBinarySpec).all {
|
|
if (it.targetPlatform.name != nativeUtils.wpi.platforms.raspbian)
|
|
nativeUtils.useRequiredLibrary(it, 'googletest_static')
|
|
}
|
|
}
|
|
}
|