1#!/usr/bin/env python
2
3Import('env')
4
5env.add_source_files(env.scene_sources, "*.cpp")
6
7Export('env')
8