-
Notifications
You must be signed in to change notification settings - Fork 39
Infer which libraries to use based on #includes #61
Description
Hi,
I'm trying to use this tool-chain to build my complex Arduino project with multiple sources and custom libraries. I have a folder apart from the SDK's sketchbook where I store all the custom libraries I created along the past years, and are used across different projects... However, when I try to compile my project with this framework, it doesn't automatically find these libraries in this folder, though it is sym-linked to a "libraries" folder on the CMake project root... If I manually link them using "find_arduino_library" and "link_arduino_library" it finds them and compiles them, however I have numerous libraries and this manually linking becomes cumbersome... is there an automatic way of doing this?
Apart from this, very nice work developing and maintaining this project! Thank you for your time!
Regards,
Alexandre