2
0
mirror of https://github.com/godotengine/godot.git synced 2025-01-24 21:01:50 +08:00
godot/servers/display/SCsub

7 lines
128 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
from misc.utility.scons_hints import *
Import("env")
env.add_source_files(env.servers_sources, "*.cpp")