summaryrefslogtreecommitdiff
path: root/platform/server/SCsub
blob: 30195bb90820a7237ec6dd5bcb98906f1e856c82 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env python

Import('env')


common_server = [\
    "os_server.cpp",\
]

env.Program('#bin/godot_server', ['godot_server.cpp'] + common_server)