6 lines
165 B
CMake
6 lines
165 B
CMake
|
|
set (libname "hm11")
|
||
|
|
set (libdescription "upm grove hm11 bluetooth low energy module")
|
||
|
|
set (module_src ${libname}.cxx)
|
||
|
|
set (module_h ${libname}.h)
|
||
|
|
upm_module_init()
|