summaryrefslogtreecommitdiffstats
path: root/core/string/SCsub
blob: b06e32eb88a85251500acacd6f4c33bdf5b65c53 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env python
from misc.utility.scons_hints import *

Import("env")

env_string = env.Clone()

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