summaryrefslogtreecommitdiff
path: root/peripheral/libupm/src/mpu9150/CMakeLists.txt
blob: 816f46c85a36129020903621f5f5e5cfff0d63a3 (plain)
1
2
3
4
5
set (libname "mpu9150")
set (libdescription "gyro, acceleromter and magnometer sensor based on mpu9150")
set (module_src ${libname}.cxx ak8975.cxx mpu60x0.cxx mpu9250.cxx)
set (module_h ${libname}.h ak8975.h mpu60x0.h mpu9250.h)
upm_module_init()