mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 03:18:37 +08:00
d4029aa51a
Also move Box2D ConvexDecomposition contrib code to thirdparty/b2d_convexdecomp.
10 lines
137 B
Python
10 lines
137 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
|
|
env.add_source_files(env.scene_sources, "*.cpp")
|
|
|
|
Export('env')
|
|
|
|
SConscript("default_theme/SCsub")
|