mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00

Signed-off-by: Mihai Tudor Panu <mihai.t.panu@intel.com> Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
6 lines
207 B
CMake
6 lines
207 B
CMake
set (libname "gas")
|
|
set (libdescription "Gas sensors")
|
|
set (module_src ${libname}.cxx mq2.cxx mq3.cxx mq5.cxx mq9.cxx tp401.cxx)
|
|
set (module_h ${libname}.h mq2.h mq3.h mq5.h mq9.h tp401.h)
|
|
upm_module_init()
|