mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
Export pb files from wpimath
This commit is contained in:
committed by
Peter Johnson
parent
c80b2d2017
commit
2aba97c610
@@ -9,5 +9,5 @@ repositories {
|
||||
}
|
||||
}
|
||||
dependencies {
|
||||
implementation "edu.wpi.first:native-utils:2024.3.2"
|
||||
implementation "edu.wpi.first:native-utils:2024.4.0"
|
||||
}
|
||||
|
||||
@@ -42,6 +42,27 @@ model {
|
||||
}
|
||||
}
|
||||
|
||||
nativeUtils.exportsConfigs {
|
||||
wpimath {
|
||||
x64ExcludeSymbols = [
|
||||
'_CT??_R0?AV_System_error',
|
||||
'_CT??_R0?AVexception',
|
||||
'_CT??_R0?AVfailure',
|
||||
'_CT??_R0?AVruntime_error',
|
||||
'_CT??_R0?AVsystem_error',
|
||||
'_CTA5?AVfailure',
|
||||
'_TI5?AVfailure',
|
||||
'_CT??_R0?AVout_of_range',
|
||||
'_CTA3?AVout_of_range',
|
||||
'_TI3?AVout_of_range',
|
||||
'_CT??_R0?AVbad_cast'
|
||||
]
|
||||
objectFilterClosure = { file ->
|
||||
return file.name.endsWith('.pb.obj')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api project(":wpiunits")
|
||||
api "org.ejml:ejml-simple:0.43.1"
|
||||
|
||||
Reference in New Issue
Block a user