platformio/platformio-core

`lib_extra_dirs` depreciated but replacement `lib_deps` only allows packages

Aperta

#5074 aperta il 27 gen 2025

 (1 commento) (0 reazioni) (0 assegnatari)Python (791 fork)batch import
LDFhelp wanted

Metriche repository

Star
 (7329 stelle)
Metriche merge PR
 (Merge medio 109g 16h) (5 PR mergiate in 30 g)

Descrizione

Depreciated according to: https://docs.platformio.org/en/latest/projectconf/sections/env/options/library/lib_extra_dirs.html

As per this there is no way to keep adding a directory of cpp for example.

The specific application for ourselves is adding nested test files in the test directory to the build path so that we get code insights in Clion.

Guida contributor