Files
upm/src/bno055/CMakeLists.txt

6 lines
179 B
CMake
Raw Normal View History

set (libname "bno055")
set (libdescription "Intelligent 9-axis Absolute Orientation Sensor")
set (module_src ${libname}.cxx)
set (module_hpp ${libname}.hpp)
upm_module_init(mraa)