blob: efb9cfc8f074637f4dc8668cb2b02fdf6b2ac9d7 [file] [log] [blame]
James Kuszmaul4f3ad3c2019-12-01 16:35:21 -08001model {
2 binaries {
3 all {
4 if (it.targetPlatform.name == nativeUtils.wpi.platforms.roborio) {
5 nativeUtils.useRequiredLibrary(it, 'netcomm_shared', 'chipobject_shared')
6 }
7
8 }
9 }
10}