8 lines
115 B
Text
8 lines
115 B
Text
Import('env')
|
|
|
|
env.add_source_files(env.scene_sources,"*.cpp")
|
|
|
|
Export('env')
|
|
|
|
SConscript("default_theme/SCsub");
|
|
|