mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
- Build both debug and release binaries - Append "d" to debug libraries in the style of opencv - Split shared and static classifiers - Add raspbian support
14 lines
376 B
Groovy
14 lines
376 B
Groovy
model {
|
|
dependencyConfigs {
|
|
googletest(DependencyConfig) {
|
|
groupId = 'edu.wpi.first.thirdparty.frc2019'
|
|
artifactId = 'googletest'
|
|
headerClassifier = 'headers'
|
|
ext = 'zip'
|
|
version = '1.8.0-4-4e4df22'
|
|
sharedConfigs = [:]
|
|
staticConfigs = project.staticGtestConfigs
|
|
}
|
|
}
|
|
}
|