godot/servers/navigation_3d/SCsub

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
280 B
Text
Raw Normal View History

#!/usr/bin/env python
from misc.utility.scons_hints import *
Import("env")
2025-10-05 04:19:36 +03:00
if not env["disable_navigation_3d"]:
env.add_source_files(env.servers_sources, "*.cpp")
else:
if env.debug_features:
env.add_source_files(env.servers_sources, "navigation_server_3d.cpp")