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

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

Export('env')