mirror of
https://github.com/eclipse/upm.git
synced 2025-03-24 09:20:39 +03:00

This should also support similar analog joysticks Signed-off-by: izard <alexander.komarov@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com> Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
6 lines
152 B
CMake
6 lines
152 B
CMake
set (libname "joystick12")
|
|
set (libdescription "ElecFreaks Joystick 1.2")
|
|
set (module_src ${libname}.cxx)
|
|
set (module_h ${libname}.h)
|
|
upm_module_init()
|