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

Import("env")

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