upm/src/hm11/CMakeLists.txt

6 lines
158 B
CMake
Raw Normal View History

set (libname "hm11")
set (libdescription "Bluetooth Low Energy Module")
set (module_src ${libname}.cxx)
set (module_hpp ${libname}.hpp)
upm_module_init(mraa)