mq5:: added new sensor
[contrib/upm.git] / src / gas / CMakeLists.txt
1 set (libname "gas")
2 set (libdescription "Gas sensors")
3 set (module_src ${libname}.cxx mq2.cxx mq3.cxx mq5.cxx mq9.cxx)
4 set (module_h ${libname}.h mq2.h mq3.h mq5.h mq9.h)
5 upm_module_init()