upm/src/rf22/CMakeLists.txt

6 lines
157 B
CMake
Raw Normal View History

set (libname "rf22")
set (libdescription "ISM Band Radio Transceiver")
set (module_src ${libname}.cxx)
set (module_hpp ${libname}.hpp)
upm_module_init(mraa)