summaryrefslogtreecommitdiffstats
path: root/modules/gltf/extensions/SCsub
blob: 105a1736dedb622a99e083df23db0781472c224f (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()

# Godot source files
env_gltf.add_source_files(env.modules_sources, "*.cpp")
env_gltf.add_source_files(env.modules_sources, "physics/*.cpp")