mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
11 lines
183 B
Python
11 lines
183 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
|
|
env.add_source_files(env.scene_sources,"*.cpp")
|
|
env.add_source_files(env.scene_sources,"*.c")
|
|
|
|
Export('env')
|
|
|
|
SConscript("default_theme/SCsub");
|