Skeleton for FRC C++ projects using CMake
Shell CMake C++
Permalink
Failed to load latest commit information.
src Improved src and test/src May 5, 2016
test
CMakeLists.txt
Doxyfile.in Initial commit Apr 29, 2016
README.md remove travis status Oct 14, 2016
deploy.sh Quiet up the deploy script Oct 14, 2016

README.md

frc-cpp-project-skeleton

This is a skeleton for FRC C++ projects using CMake. Fork me! Example usage:

cmake .
make # make your robot code
make deploy # deploy your robot code, configure team number in CMakeLists.txt
make doxygen # build doxygen docs
make check # run tests, see test/

The ci-test target depends on Boost.Test.

TODO:

  • Improve test/wpilib-harness and move it to its own repository