platformio/platformio-core

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

Aberta

#5.074 aberto em 27 de jan. de 2025

 (1 comentário) (0 reação) (0 responsável)Python (791 forks)batch import
LDFhelp wanted

Métricas do repositório

Stars
 (7.329 estrelas)
Métricas de merge de PR
 (Mesclagem média 109d 16h) (5 fundiu PRs em 30d)

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.

Guia do colaborador