Files
allwpilib/shared/googletest.gradle

8 lines
163 B
Groovy
Raw Normal View History

model {
binaries {
withType(GoogleTestTestSuiteBinarySpec).all {
nativeUtils.useRequiredLibrary(it, 'googletest_static')
}
}
}