mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Co-authored-by: Gold856 <117957790+Gold856@users.noreply.github.com> Co-authored-by: Jade <spacey-sooty@proton.me> Co-authored-by: Matthew Morley <matthew.morley.ca@gmail.com>
14 lines
453 B
Groovy
14 lines
453 B
Groovy
nativeUtils {
|
|
nativeDependencyContainer {
|
|
ceres(getNativeDependencyTypeClass('WPIStaticMavenDependency')) {
|
|
groupId = "edu.wpi.first.thirdparty.frc2024.ceres"
|
|
artifactId = "ceres-cpp"
|
|
headerClassifier = "headers"
|
|
sourceClassifier = "sources"
|
|
ext = "zip"
|
|
version = '2.2-3'
|
|
targetPlatforms.addAll(nativeUtils.wpi.platforms.desktopPlatforms)
|
|
}
|
|
}
|
|
}
|