summaryrefslogtreecommitdiff
path: root/modules/csg/SCsub
blob: 57c504efd88079cfad8b517d08e3670786aff786 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python

Import('env')
Import('env_modules')

env_csg = env_modules.Clone()

# Godot's own source files
env_csg.add_source_files(env.modules_sources, "*.cpp")