mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 11:21:12 +03:00
7 lines
206 B
CMake
7 lines
206 B
CMake
set (libname "max44000")
|
|
set (libdescription "Ambient and Infrared Proximity Sensor")
|
|
set (module_src ${libname}.cxx)
|
|
set (module_hpp ${libname}.hpp)
|
|
set (module_iface iProximity.hpp)
|
|
upm_module_init(mraa)
|