Files
allwpilib/settings.gradle
Peter Johnson e1515299c2 Initial commit.
2016-08-14 12:38:13 -07:00

7 lines
85 B
Groovy

include 'native'
include 'gmock'
if (!hasProperty('skipArm')) {
include 'arm'
}