mkleemann / cmake-avr

cmake toolchain for AVR
Other
174 stars 61 forks source link

example/CMakeLists.txt file missing include(../generic-gcc-avr.cmake) #6

Closed kingadami closed 9 years ago

kingadami commented 9 years ago

The CMakeLists.txt file is missing the include(../generic-gcc-avr.cmake) line after the END TOOLCHAIN SETUP AREA line in the example directory.

mkleemann commented 9 years ago

This is intentional and describes a different approach than the one in the C++ example. Please see the README for both examples. You need to call teh file in the command line here. In your own project environment, of course, you can use the include statement rather than the less convenient one in the cmake command line.