mirror of
https://github.com/eclipse/upm.git
synced 2025-03-25 01:39:59 +03:00
6 lines
183 B
CMake
6 lines
183 B
CMake
![]() |
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()
|