Updating the build script to remove includes hack
- Providing HEAD_DIR variable that can be prepended to refer to the top of the source directory
This commit is contained in:
parent
fd569b9de3
commit
a0439f627b
3 changed files with 27 additions and 23 deletions
|
@ -12,6 +12,8 @@ include( CMakeForceCompiler )
|
|||
set( CMAKE_SYSTEM_NAME Generic )
|
||||
cmake_force_c_compiler ( avr-gcc AVRCCompiler )
|
||||
cmake_force_cxx_compiler( avr-g++ AVRCxxCompiler )
|
||||
set( CMAKE_CROSSCOMPILING on )
|
||||
message( STATUS ${CMAKE_CROSSCOMPILING})
|
||||
|
||||
|
||||
###
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue