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:
Jacob Alexander 2011-09-29 15:30:24 -07:00
parent fd569b9de3
commit a0439f627b
3 changed files with 27 additions and 23 deletions

View file

@ -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})
###