6 lines
184 B
CMake
6 lines
184 B
CMake
|
|
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()
|