summaryrefslogtreecommitdiffstats
path: root/modules/csg/SCsub
blob: f71618ab2212ce7846a46ce5dcc3dbe7b49518ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env python
from misc.utility.scons_hints import *

Import("env")
Import("env_modules")

env_csg = env_modules.Clone()

# Godot source files
env_csg.add_source_files(env.modules_sources, "*.cpp")
if env.editor_build:
    env_csg.add_source_files(env.modules_sources, "editor/*.cpp")