7 lines
68 B
Text
7 lines
68 B
Text
|
Import('env')
|
||
|
|
||
|
env.add_source_files(env.modules_sources,"*.cpp")
|
||
|
|
||
|
|
||
|
|