summaryrefslogtreecommitdiff
path: root/core/math/SCsub
blob: 4efc90271768fa7fae0d855c825fe02e2fd04e14 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python

Import('env')

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

Export('env')