godot/servers/xr/SCsub

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

8 lines
158 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_xr"]:
env.add_source_files(env.servers_sources, "*.cpp")