summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/gas/CMakeLists.txt
blob: 76b36cab89024ac969a7f8ed03ad9ab04b44c30d (plain)
1
2
3
4
5
set (libname "gas")
set (libdescription "Gas sensors")
set (module_src ${libname}.cxx mq2.cxx mq3.cxx mq4.cxx mq5.cxx mq6.cxx mq7.cxx mq8.cxx mq9.cxx tp401.cxx)
set (module_hpp ${libname}.hpp mq2.hpp mq3.hpp mq4.hpp mq5.hpp mq6.hpp mq7.hpp mq8.hpp mq9.hpp tp401.hpp)
upm_module_init()