mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-20 13:55:26 +08:00
[cpp] support rt-thread CPP wrapper sub-switch macros
This commit is contained in:

committed by
Man, Jianting (Meco)

parent
49ae4ab614
commit
c4df1d6a19
8
components/libc/cplusplus/os/SConscript
Normal file
8
components/libc/cplusplus/os/SConscript
Normal file
@@ -0,0 +1,8 @@
|
||||
from building import *
|
||||
|
||||
cwd = GetCurrentDir()
|
||||
src = Glob('*.cpp')
|
||||
CPPPATH = [cwd]
|
||||
group = DefineGroup('CPP', src, depend=['RT_USING_CPP_WRAPPER'], CPPPATH=CPPPATH)
|
||||
|
||||
Return('group')
|
Reference in New Issue
Block a user