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:
parent
105d49a65b
commit
b368b13240
5 changed files with 254 additions and 107 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue