Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Infer which libraries to use based on #includes #61

@Alexivia

Description

@Alexivia

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority: minorMinor priority - Probably won't be implemented soonrequestRequest for a new feature

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions