5 lines
107 B
Plaintext
5 lines
107 B
Plaintext
|
|
# SCsub
|
||
|
|
|
||
|
|
Import('env')
|
||
|
|
|
||
|
|
env.add_source_files(env.modules_sources, "*.cpp") # Add all cpp files to the build
|