summaryrefslogtreecommitdiff
path: root/scene/gui/SCsub
blob: bf9125be7f07588d7f01ced371133f5c92a084a7 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python

Import('env')

env.add_source_files(env.scene_sources, "*.cpp")

Export('env')