blob: efb9cfc8f074637f4dc8668cb2b02fdf6b2ac9d7 [file] [log] [blame]
model {
binaries {
all {
if (it.targetPlatform.name == nativeUtils.wpi.platforms.roborio) {
nativeUtils.useRequiredLibrary(it, 'netcomm_shared', 'chipobject_shared')
}
}
}
}