[upstream_utils] Add AprilTag library (#6816)

Co-authored-by: Tyler Veness <calcmogul@gmail.com>
This commit is contained in:
Jade
2024-07-21 13:12:49 +08:00
committed by GitHub
parent 6922b9dd5e
commit eda63dc162
72 changed files with 20189 additions and 96 deletions

View File

@@ -1,13 +0,0 @@
nativeUtils {
nativeDependencyContainer {
apriltaglib(getNativeDependencyTypeClass('WPIStaticMavenDependency')) {
groupId = "edu.wpi.first.thirdparty.frc2024"
artifactId = "apriltaglib"
headerClassifier = "headers"
sourceClassifier = "sources"
ext = "zip"
version = '3.3.0-2'
targetPlatforms.addAll(nativeUtils.wpi.platforms.allPlatforms)
}
}
}