upm/src/gas/CMakeLists.txt
Mihai Tudor Panu 7bb5fd8ec7 tp401: grove air quality sensor and examples
Signed-off-by: Mihai Tudor Panu <mihai.t.panu@intel.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
2014-11-26 17:37:23 +00:00

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()