forked from Mirrorlandia_minetest/minetest
2060fd9cbe
Adds initial ingame gamepad support to minetest. Full Formspec support is not implemented yet and can be added by a later change.
8 lines
172 B
CMake
8 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
|
|
)
|
|
|