mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00

Signed-off-by: Serban Waltter <serban.waltter@rinftech.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
7 lines
200 B
CMake
7 lines
200 B
CMake
set (libname "mma8x5x")
|
|
set (libdescription "Tri-axis Accelerometer Sensor")
|
|
set (module_src ${libname}.cpp)
|
|
set (module_hpp ${libname}.hpp)
|
|
set (module_iface iAcceleration.hpp)
|
|
upm_module_init(mraa)
|