forked from platformio/platformio-core
Export libsource_dirs
for IDE data
This commit is contained in:
@ -243,6 +243,8 @@ def DumpIDEData(env):
|
|||||||
env_ = env.Clone()
|
env_ = env.Clone()
|
||||||
|
|
||||||
data = {
|
data = {
|
||||||
|
"libsource_dirs":
|
||||||
|
[env_.subst(l) for l in env_.get("LIBSOURCE_DIRS", [])],
|
||||||
"defines": get_defines(env_),
|
"defines": get_defines(env_),
|
||||||
"includes": get_includes(env_),
|
"includes": get_includes(env_),
|
||||||
"cc_flags": env_.subst(LINTCCOM),
|
"cc_flags": env_.subst(LINTCCOM),
|
||||||
|
Reference in New Issue
Block a user