[C++] Add C++ interface for RT-Thread kernel.

This commit is contained in:
bernard
2017-01-31 13:19:18 +08:00
parent 6b18346199
commit eb2c098197
10 changed files with 592 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ from building import *
cwd = GetCurrentDir()
src = Glob('*.cpp') + Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('CPlusPlus', src, depend = ['RT_USING_CPLUSPLUS'], CPPPATH = CPPPATH)