summaryrefslogtreecommitdiff
path: root/platform/server/SCsub
blob: 3dda6b43951d766efefa36380c4afc48fb41c021 (plain)
1
2
3
4
5
6
7
8
Import('env')


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

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