8 lines
133 B
Plaintext
8 lines
133 B
Plaintext
|
Import('env')
|
||
|
Import('env_modules')
|
||
|
|
||
|
env_modules.add_source_files(env.modules_sources, "*.cpp")
|
||
|
|
||
|
Export('env_modules')
|
||
|
Export('env')
|