mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
14 lines
277 B
Groovy
14 lines
277 B
Groovy
include 'hal',
|
|
'wpilibc',
|
|
'wpilibcIntegrationTests',
|
|
'wpilibj',
|
|
'wpilibjIntegrationTests',
|
|
'myRobot',
|
|
'myRobotCpp'
|
|
|
|
if (hasProperty("makeSim")){
|
|
include 'simulation',
|
|
'simulation:JavaGazebo',
|
|
'simulation:SimDS'
|
|
}
|