[wpical] Use updated thirdparty-ceres and move resource files (#8151)

This commit is contained in:
Gold856
2025-08-03 14:41:25 -04:00
committed by GitHub
parent c42fde5d07
commit 2d11946d98
24 changed files with 946 additions and 15 deletions

View File

@@ -1,12 +1,14 @@
nativeUtils {
nativeDependencyContainer {
ceres(getNativeDependencyTypeClass('WPIStaticMavenDependency')) {
groupId = "edu.wpi.first.thirdparty.frc2024.ceres"
groupId = "edu.wpi.first.thirdparty.frc2026.ceres"
artifactId = "ceres-cpp"
headerClassifier = "headers"
sourceClassifier = "sources"
ext = "zip"
version = '2.2-3'
version = '2.2-1'
targetPlatforms.addAll(nativeUtils.wpi.platforms.desktopPlatforms)
targetPlatforms.addAll("linuxarm32", "linuxarm64")
}
}
}