platformio/platformio-core

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

Ouverte

#5 074 ouverte le 27 janv. 2025

 (1 commentaire) (0 réaction) (0 personne assignée)Python (791 forks)batch import
LDFhelp wanted

Métriques du dépôt

Stars
 (7 329 étoiles)
Métriques de merge PR
 (Merge moyen 109j 16h) (5 PRs mergées en 30 j)

Description

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.

Guide contributeur