Answers checklist.
General issue report
I'm exploring "pure" CMake components (libraries only) as per
https://docs.espressif.com/projects/esp ... components
Two related issues I face:
- Cannot make it interact with IDF component manager
- If main consuming app uses
COMPONENTS main then pure cmake component can't find things like idf::nvs_flash
What do you recommend to overcome these issues, especially the first one?
Placing dependency management out in consuming app feels more like a workaround than a solution
Answers checklist.
General issue report
I'm exploring "pure" CMake components (libraries only) as per
https://docs.espressif.com/projects/esp ... components
Two related issues I face:
COMPONENTS mainthen pure cmake component can't find things likeidf::nvs_flashWhat do you recommend to overcome these issues, especially the first one?
Placing dependency management out in consuming app feels more like a workaround than a solution