summaryrefslogtreecommitdiff
path: root/core/os/SCsub
blob: c6ba1fa53761a20e5877ae1401525d71bbe00c55 (plain)
1
2
3
4
5
6
7
Import('env')

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

Export('env')