mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
15 lines
521 B
Groovy
15 lines
521 B
Groovy
|
|
nativeUtils {
|
||
|
|
nativeDependencyContainer {
|
||
|
|
mrclib(getNativeDependencyTypeClass('WPISharedMavenDependency')) {
|
||
|
|
groupId = "org.wpilib.mrclib"
|
||
|
|
artifactId = "mrclib-cpp"
|
||
|
|
headerClassifier = "headers"
|
||
|
|
ext = "zip"
|
||
|
|
version = '2027.1.0-alpha-1-50-gd008523'
|
||
|
|
skipAtRuntimePlatforms.add(nativeUtils.wpi.platforms.systemcore)
|
||
|
|
targetPlatforms.addAll(nativeUtils.wpi.platforms.allPlatforms)
|
||
|
|
noDebugSplit = true
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|