Files
allwpilib/shared/googletest.gradle

9 lines
241 B
Groovy
Raw Normal View History

model {
binaries {
withType(GoogleTestTestSuiteBinarySpec).all {
if (it.targetPlatform.name != nativeUtils.wpi.platforms.raspbian)
nativeUtils.useRequiredLibrary(it, 'googletest_static')
}
}
}