1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00
Files
godot/servers/physics_3d/SCsub
2025-10-05 04:22:49 +03:00

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")