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

Import('env')

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

Export('env')