6 lines
91 B
Text
6 lines
91 B
Text
|
Import('env')
|
||
|
|
||
|
if env["tools"] == "yes":
|
||
|
env.add_source_files(env.tool_sources, "*.cpp")
|
||
|
|