James Kuszmaul | 4f3ad3c | 2019-12-01 16:35:21 -0800 | [diff] [blame^] | 1 | model { |
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 | } |