Removed 'upm' string, capitalized first character, added descriptions where necessary. Signed-off-by: Noel Eck <noel.eck@intel.com>
6 lines
181 B
CMake
6 lines
181 B
CMake
set (libname "bmpx8x")
|
|
set (libdescription "Bosch BMP & GY65 atmospheric pressure sensor library")
|
|
set (module_src ${libname}.cxx)
|
|
set (module_hpp ${libname}.hpp)
|
|
upm_module_init()
|