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

Import("env")

env_object = env.Clone()

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