mirror of
https://github.com/godotengine/godot.git
synced 2024-11-26 14:13:10 +00:00
af4a97bef9
must have made some mistake with git, not sure why they were not sent..
10 lines
161 B
Plaintext
10 lines
161 B
Plaintext
Import('env')
|
|
|
|
env.add_source_files(env.scene_sources,"*.cpp")
|
|
env.add_source_files(env.scene_sources,"*.c")
|
|
|
|
Export('env')
|
|
|
|
SConscript("default_theme/SCsub");
|
|
|