Brian Silverman | f7f267a | 2017-02-04 16:16:08 -0800 | [diff] [blame] | 1 | include 'hal', |
2 | 'wpilibc', | ||||
3 | 'wpilibcIntegrationTests', | ||||
4 | 'wpilibj', | ||||
5 | 'wpilibjIntegrationTests', | ||||
6 | 'myRobot', | ||||
7 | 'myRobotCpp' | ||||
8 | |||||
9 | if (hasProperty("makeSim")){ | ||||
10 | include 'simulation', | ||||
11 | 'simulation:JavaGazebo', | ||||
12 | 'simulation:SimDS' | ||||
13 | } |