mirror of
https://github.com/godotengine/godot.git
synced 2025-02-05 21:41:47 +08:00
9 lines
135 B
Python
9 lines
135 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
|
|
env.add_source_files(env.scene_sources, "*.cpp")
|
|
|
|
# Chain load SCsubs
|
|
SConscript("joints/SCsub")
|