mirror of
https://github.com/eclipse/upm.git
synced 2025-03-20 07:27:29 +03:00
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()
|