mirror of
https://github.com/eclipse/upm.git
synced 2025-07-06 20:01:12 +03:00
6 lines
189 B
CMake
6 lines
189 B
CMake
set (libname "gas")
|
|
set (libdescription "Gas sensors")
|
|
set (module_src ${libname}.cxx mq2.cxx mq3.cxx mq5.cxx mq9.cxx)
|
|
set (module_h ${libname}.h mq2.h mq3.h mq5.h mq9.h)
|
|
upm_module_init()
|