Files
allwpilib/shared/googletest.gradle
2024-07-18 21:10:26 -07:00

8 lines
187 B
Groovy

model {
binaries {
withType(GoogleTestTestSuiteBinarySpec).all {
lib project: ':thirdparty:googletest', library: 'googletest', linkage: 'static'
}
}
}