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

Import("env")

env_string = env.Clone()

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