nativeUtils { nativeDependencyContainer { ceres(getNativeDependencyTypeClass('WPIStaticMavenDependency')) { groupId = "edu.wpi.first.thirdparty.frc2024.ceres" artifactId = "ceres-cpp" headerClassifier = "headers" ext = "zip" version = '2.2-3' targetPlatforms.addAll(nativeUtils.wpi.platforms.desktopPlatforms) } } }