godot/scene/resources/SCsub
Rémi Verschelde d4029aa51a Move other lone thirdparty files to thirdparty/misc
Also move Box2D ConvexDecomposition contrib code to
thirdparty/b2d_convexdecomp.
2017-04-28 21:19:25 +02:00

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")