blob: fa02630911424c34fb3d3d21507558c002c7ca8b [file] [log] [blame]
description = "A simulation shared object that uses NetworkTables to act as a stand-in for the FRC Driver Station"
ext {
includeNtCore = true
includeWpiutil = true
pluginName = 'halsim_ds_nt'
}
apply from: "${rootDir}/shared/plugins/setupBuild.gradle"