6 lines
147 B
CMake
6 lines
147 B
CMake
|
|
set (libname "gas")
|
||
|
|
set (libdescription "Gas sensors")
|
||
|
|
set (module_src ${libname}.cxx mq9.cxx)
|
||
|
|
set (module_h ${libname}.h mq9.h)
|
||
|
|
upm_module_init()
|