mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-21 01:46:37 +00:00
9 lines
115 B
Plaintext
9 lines
115 B
Plaintext
Import('env')
|
|
|
|
env.add_source_files(env.scene_sources,"*.cpp")
|
|
|
|
Export('env')
|
|
|
|
SConscript("default_theme/SCsub");
|
|
|