summaryrefslogtreecommitdiff
path: root/modules/csg/SCsub
blob: 641a42c187e5be8812ba2d85e634d7b8b1c9a66a (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")