mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
Adds initial ingame gamepad support to minetest. Full Formspec support is not implemented yet and can be added by a later change.
7 lines
172 B
CMake
7 lines
172 B
CMake
set(client_SRCS
|
|
${CMAKE_CURRENT_SOURCE_DIR}/clientlauncher.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/tile.cpp
|
|
${CMAKE_CURRENT_SOURCE_DIR}/joystick_controller.cpp
|
|
PARENT_SCOPE
|
|
)
|
|
|