mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 03:18:37 +08:00
9 lines
123 B
Plaintext
9 lines
123 B
Plaintext
|
Import('env')
|
||
|
|
||
|
|
||
|
common_server=[\
|
||
|
"os_server.cpp",\
|
||
|
]
|
||
|
|
||
|
env.Program('#bin/godot_server',['godot_server.cpp']+common_server)
|