mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
The HAL will only contain the output period and the raw microseconds. Higher level things such as SimDevice can handle everything else.
13 lines
412 B
Groovy
13 lines
412 B
Groovy
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)
|
|
}
|
|
}
|
|
}
|