arduino-cmake / Arduino-CMake-NG

CMake-Based framework for Arduino platforms
MIT License
138 stars 39 forks source link

Fixed compiler flags not being set on library targets #42

Closed MrPointer closed 6 years ago

MrPointer commented 6 years ago

Modified the compiler flag-setting policy to set flags for all languages (ASM, C and C++) if an explicit language isn't requested. It creates an easy API to use when setting compiler flags.

Fixes #40