2017-04-23 22:10:41 +10:00
|
|
|
#!/usr/bin/env python
|
2024-06-11 15:19:07 -05:00
|
|
|
from misc.utility.scons_hints import *
|
2017-04-23 22:10:41 +10:00
|
|
|
|
2020-03-30 08:28:32 +02:00
|
|
|
Import("env")
|
2017-04-23 22:10:41 +10:00
|
|
|
|
2025-10-05 04:19:36 +03:00
|
|
|
if not env["disable_xr"]:
|
|
|
|
|
env.add_source_files(env.servers_sources, "*.cpp")
|