mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 17:41:19 +00:00
7 lines
122 B
Python
7 lines
122 B
Python
#!/usr/bin/env python
|
|
|
|
Import("env")
|
|
|
|
env.add_source_files(env.servers_sources, "*.cpp")
|
|
|
|
SConscript("renderer_rd/SCsub")
|