arduino-cmake / Arduino-CMake-NG

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

Document platform library usage #47

Closed MrPointer closed 5 years ago

MrPointer commented 5 years ago

This type of libraries is currently missing from documentation.

This is required since their API is different than other libraries - they should be simply linked with their name, there's no need to find them and assign them to a target first.