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

Import("env")

env_variant = env.Clone()

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