mirror of
https://github.com/godotengine/godot.git
synced 2025-01-12 20:22:49 +08:00
7 lines
90 B
Plaintext
7 lines
90 B
Plaintext
|
#!/usr/bin/env python
|
||
|
|
||
|
Import('env')
|
||
|
|
||
|
env.add_source_files(env.servers_sources, "*.cpp")
|
||
|
|