8 lines
79 B
Plaintext
8 lines
79 B
Plaintext
Import('env')
|
|
|
|
env.add_source_files(env.tool_sources,"*.cpp")
|
|
|
|
Export('env')
|
|
|
|
|