7 lines
142 B
Plaintext
7 lines
142 B
Plaintext
|
import rtconfig
|
||
|
Import('RTT_ROOT')
|
||
|
from building import *
|
||
|
|
||
|
src = Glob('*.c')
|
||
|
group = DefineGroup('', src, depend = [''])
|
||
|
Return('group')
|