mirror of
https://github.com/brendanhaines/mecanum.git
synced 2025-08-01 13:21:53 -06:00
inital commit
This commit is contained in:
15
build.properties
Normal file
15
build.properties
Normal file
@@ -0,0 +1,15 @@
|
||||
# Build information
|
||||
out=FRCUserProgram
|
||||
src.dir=src
|
||||
build.dir=build
|
||||
out.exe=Debug/${out}
|
||||
|
||||
# Simulation
|
||||
simulation.world.file=/usr/share/frcsim/worlds/GearsBotDemo.world
|
||||
sim.exe=Simulate/${out}
|
||||
wpilib.sim=${wpilib}/sim
|
||||
sim.tools=${wpilib.sim}/tools
|
||||
sim.lib=${wpilib.sim}/lib
|
||||
|
||||
# Use the current C++ library by default
|
||||
cpp-version=current
|
Reference in New Issue
Block a user