mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +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-65-g21f308e'
|
|
skipAtRuntimePlatforms.add(nativeUtils.wpi.platforms.systemcore)
|
|
targetPlatforms.addAll(nativeUtils.wpi.platforms.allPlatforms)
|
|
noDebugSplit = true
|
|
}
|
|
}
|
|
}
|