summaryrefslogtreecommitdiff
path: root/modules/gdnative/net/SCsub
blob: e915703935dc30e7c44227d75f9d2352f5389568 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python

Import('env')
Import('env_gdnative')

env_gdnative.add_source_files(env.modules_sources, '*.cpp')