mirror of
https://github.com/eclipse/upm.git
synced 2025-03-26 02:10:02 +03:00
7 lines
207 B
CMake
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)
|