提交 e336a980 编写于 作者: G Grissiom

TC: if TC is enabled, add the TC dir to CPPPATH

Some component that depend on TC would like to include the tc_comm.h.
上级 041a7e88
......@@ -34,6 +34,8 @@ memp_simple.c
tc_sample.c
""")
group = DefineGroup('examples', src, depend = ['RT_USING_TC'])
group = DefineGroup('examples', src,
depend = ['RT_USING_TC'],
CPPPATH=[GetCurrentDir()])
Return('group')
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册