Files
upm/src/bno055/CMakeLists.txt

6 lines
188 B
CMake
Raw Normal View History

set (libname "bno055")
set (libdescription "Bosch bno055 intelligent orientation sensor 9dof fusion")
set (module_src ${libname}.cxx)
set (module_hpp ${libname}.hpp)
upm_module_init(mraa)