platformio/platformio-core

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

Open

#5,074 创建于 2025年1月27日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)Python (791 fork)batch import
LDFhelp wanted

仓库指标

Star
 (7,329 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南