mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-06 03:31:43 +00:00
Add missing library dependencies in simulation dev executables (#1284)
This commit is contained in:
@@ -115,6 +115,8 @@ if (!project.hasProperty('onlyAthena')) {
|
||||
}
|
||||
lib project: ':hal', library: 'hal', linkage: 'shared'
|
||||
lib project: ':wpiutil', library: 'wpiutil', linkage: 'shared'
|
||||
lib project: ':simulation:halsim_adx_gyro_accelerometer', library: 'halsim_adx_gyro_accelerometer', linkage: 'shared'
|
||||
lib library: nativeName, linkage: 'shared'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user