Updating CMake build system to prepare for Teensy 3 integration.

- Tested with the AVR builds
- Partially tested with basic ARM test builds
This commit is contained in:
Jacob Alexander 2013-01-26 04:34:33 -05:00
parent 105d49a65b
commit b368b13240
5 changed files with 254 additions and 107 deletions

View file

@ -40,7 +40,7 @@ main() {
cmake -DScanModuleOverride=$module ../.. && make || let failCount++
# Cleanup, for the next build
cd -
cd - > /dev/null
done
totalModules=$(echo $scanModules | wc -w)