mirror of
https://github.com/eclipse/upm.git
synced 2025-07-27 14:11:15 +03:00

Signed-off-by: Serban Waltter <serban.waltter@rinftech.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
6 lines
165 B
CMake
6 lines
165 B
CMake
set (libname "t6713")
|
|
set (libdescription "I2C/UART High Accuracy CO2 Sensor")
|
|
set (module_src ${libname}.cxx)
|
|
set (module_hpp ${libname}.hpp)
|
|
upm_module_init(mraa)
|