Files
allwpilib/shared/googletest.gradle

8 lines
187 B
Groovy
Raw Normal View History

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