arduino-cmake / Arduino-CMake-NG

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

Standardized platform library API #78

Closed MrPointer closed 5 years ago

MrPointer commented 5 years ago

Removed the need to use exclusive functions to work with platform libraries. Now they're to be found using find_arduino_library and then linked using link_arduino_library - Just as one would normally do with Arduino libraries.

Closes #66