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