cmake: Cleanup of src CMakeLists.txt description field

Removed 'upm' string, capitalized first character, added descriptions
where necessary.

Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
Noel Eck
2016-10-20 16:19:59 -07:00
parent 94cd7f185f
commit b5a33f6ee3
113 changed files with 113 additions and 113 deletions

View File

@ -1,5 +1,5 @@
set (libname "mpu9150")
set (libdescription "gyro, acceleromter and magnometer sensor based on mpu9150")
set (libdescription "Gyro, acceleromter and magnometer sensor based on mpu9150")
set (module_src ${libname}.cxx ak8975.cxx mpu60x0.cxx mpu9250.cxx)
set (module_hpp ${libname}.hpp ak8975.hpp mpu60x0.hpp mpu9250.hpp)
upm_module_init()