Add missing library dependencies in simulation dev executables (#1284)

This commit is contained in:
Peter Johnson
2018-08-19 19:12:43 -07:00
committed by GitHub
parent 83cfb8b19f
commit 6df500e726
2 changed files with 5 additions and 0 deletions

View File

@@ -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'
}
}
}