|
@@ -34,6 +34,8 @@ memp_simple.c
|
|
tc_sample.c
|
|
tc_sample.c
|
|
""")
|
|
""")
|
|
|
|
|
|
-group = DefineGroup('examples', src, depend = ['RT_USING_TC'])
|
|
|
|
|
|
+group = DefineGroup('examples', src,
|
|
|
|
+ depend = ['RT_USING_TC'],
|
|
|
|
+ CPPPATH=[GetCurrentDir()])
|
|
|
|
|
|
Return('group')
|
|
Return('group')
|