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

Import('env')

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

Export('env')