Skip to content
Snippets Groups Projects
Unverified Commit 827c1017 authored by Maximilian Gerhardt's avatar Maximilian Gerhardt Committed by GitHub
Browse files

Create add_include.py

parent 7e6d1244
No related branches found
No related tags found
No related merge requests found
from os.path import join
Import("env", "projenv")
# propagate to all construction environments
for e in env, projenv, DefaultEnvironment():
e.Append(CCFLAGS=[("-I", join("examples", env.subst("$PIOENV")))])
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment