1#!/usr/bin/env python
2
3Import("env")
4
5env_math = env.Clone()
6
7env_math.add_source_files(env.core_sources, "*.cpp")
8