mirror of
https://github.com/godotengine/godot.git
synced 2024-12-09 10:09:20 +08: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");
|
|
|