upm/src/mlx90614/CMakeLists.txt
Serban Waltter 34bb12933d Removed old interfaces and replaced them with the new ones.
Signed-off-by: Serban Waltter <serban.waltter@rinftech.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2019-04-04 22:15:13 -07:00

7 lines
210 B
CMake

set (libname "mlx90614")
set (libdescription "Digital No-contact Infrared Thermometer")
set (module_src ${libname}.cxx)
set (module_hpp ${libname}.hpp)
set (module_iface iTemperature.hpp)
upm_module_init(mraa)