summaryrefslogtreecommitdiff
path: root/modules/gltf/SCsub
blob: 5f111165fd0eec9b9605aca8b9f93174900ec2c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env python

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

env_gltf = env_modules.Clone()

# Godot source files
env_gltf.add_source_files(env.modules_sources, "*.cpp")
env_gltf.add_source_files(env.modules_sources, "structures/*.cpp")
SConscript("extensions/SCsub")
if env["tools"]:
    env_gltf.add_source_files(env.modules_sources, "editor/*.cpp")