1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-16 14:00:40 +00:00
Files
godot/platform/x11/SCsub
2017-11-28 16:14:24 -04:00

15 lines
252 B
Python

#!/usr/bin/env python
Import('env')
common_x11 = [
"context_gl_x11.cpp",
"crash_handler_x11.cpp",
"os_x11.cpp",
"key_mapping_x11.cpp",
"joystick_linux.cpp",
]
prog = env.add_program('#bin/godot', ['godot_x11.cpp'] + common_x11)