I have a project with few github dependencies. I use Clion with platformio for the development and so far everything was running fine. (I don’t know what changed)
When I build a project, platformio also build everything it can find in dependencies, including tests and examples. I read in the documentation it’s a default behaviour and tested srcfolder and src-ignore library.json options which works fine.
However, are there any alternative to support legacy arduino libraries having source files at the root without library.properties or library.json ?
thanks