You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
11 lines
146 B
Python
11 lines
146 B
Python
#!/usr/bin/env python
|
|
|
|
Import('env')
|
|
|
|
|
|
common_server=[\
|
|
"os_server.cpp",\
|
|
]
|
|
|
|
env.Program('#bin/godot_server',['godot_server.cpp']+common_server)
|