upm/src/mpu9150/CMakeLists.txt

6 lines
183 B
CMake
Raw Normal View History

set (libname "mpu9150")
set (libdescription "giro, acceleromter and magnometer sensor based on mpu9150")
set (module_src ${libname}.cxx)
set (module_h ${libname}.h)
upm_module_init()