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

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

env_gltf = env_modules.Clone()
env_gltf.Prepend(CPPPATH=["."])

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