1
0
Fork 0
godot/servers/physics_3d/SCsub

8 lines
166 B
Python

#!/usr/bin/env python
from misc.utility.scons_hints import *
Import("env")
if not env["disable_physics_3d"]:
env.add_source_files(env.servers_sources, "*.cpp")