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

Import("env")

env_variant = env.Clone()

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