mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-26 01:51:41 +00:00
[wpimath] Add Sleipnir (#6541)
This is useful for solving quadratic programs.
This commit is contained in:
@@ -62,8 +62,8 @@ model {
|
||||
it.buildable = false
|
||||
return
|
||||
}
|
||||
it.cppCompiler.define 'WPILIB_EXPORTS'
|
||||
it.cCompiler.define 'WPILIB_EXPORTS'
|
||||
it.cppCompiler.define 'WPILIB_EXPORTS', 'SLEIPNIR_EXPORTS'
|
||||
it.cCompiler.define 'WPILIB_EXPORTS', 'SLEIPNIR_EXPORTS'
|
||||
if (!project.hasProperty('noWpiutil')) {
|
||||
lib project: ':wpiutil', library: 'wpiutil', linkage: 'shared'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user