upm/src/gas/CMakeLists.txt
Serban Waltter e4f106a0c7 Added iGas interface
Signed-off-by: Serban Waltter <serban.waltter@rinftech.com>
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2019-04-04 22:15:45 -07:00

10 lines
371 B
CMake

upm_mixed_module_init (NAME gas
DESCRIPTION "Generic Gas Detection Sensor Library"
C_HDR mqx.h
C_SRC mqx.c
CPP_HDR gas.hpp mq2.hpp mq3.hpp mq4.hpp mq5.hpp mq6.hpp mq7.hpp mq8.hpp mq9.hpp tp401.hpp
CPP_SRC gas.cxx mq2.cxx mq3.cxx mq4.cxx mq5.cxx mq6.cxx mq7.cxx mq8.cxx mq9.cxx tp401.cxx
IFACE_HDR iGas.hpp
FTI_SRC mqx_fti.c
REQUIRES mraa)