summaryrefslogtreecommitdiff
path: root/modules/dds/SCsub
blob: bcea3a84c04a5f44a0a4879a0dd8e44c6fdb4bb6 (plain)
1
2
3
4
5
6
7
Import('env')
Import('env_modules')

env_modules.add_source_files(env.modules_sources, "*.cpp")

Export('env_modules')
Export('env')