upm/src/rfr359f/CMakeLists.txt
Serban Waltter 7353449b2b Added bindings for iDistanceInterrupter sensors.
Signed-off-by: Serban Waltter <serban.waltter@rinftech.com>
2018-10-11 17:54:09 +03:00

7 lines
207 B
CMake

set (libname "rfr359f")
set (libdescription "Infrared Distance Interrupter")
set (module_src ${libname}.cxx)
set (module_hpp ${libname}.hpp)
set (module_iface iDistanceInterrupter.hpp)
upm_module_init(mraa)