6cf507f004
Also move Box2D ConvexDecomposition contrib code to
thirdparty/b2d_convexdecomp.
(cherry picked from commit d4029aa51a
)
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")
|