d4029aa51a
Also move Box2D ConvexDecomposition contrib code to thirdparty/b2d_convexdecomp.
9 lines
137 B
Python
9 lines
137 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
|
|
env.add_source_files(env.scene_sources, "*.cpp")
|
|
|
|
Export('env')
|
|
|
|
SConscript("default_theme/SCsub")
|