a9183756-gh / Arduino-CMake-Toolchain

CMake toolchain for all Arduino compatible boards
MIT License
135 stars 40 forks source link

Improved library search algorithm #22

Closed a9183756-gh closed 4 years ago

a9183756-gh commented 4 years ago

Library and include names in some of the libraries differ, which prevented the toolchain in locating the library (issue #19). The improved algorithm introduces library indexer to index the available libraries, their names and includes, the library search algorithm utilizes this info during the search to fix the issue #19.

a9183756-gh commented 4 years ago

Thanks for verifying that it works for you. Fix is merged.