Removed 'upm' string, capitalized first character, added descriptions where necessary. Signed-off-by: Noel Eck <noel.eck@intel.com>
6 lines
162 B
CMake
6 lines
162 B
CMake
set (libname "mcp9808")
|
|
set (libdescription "Precision I2C temperature sensor")
|
|
set (module_src ${libname}.cxx)
|
|
set (module_hpp ${libname}.hpp)
|
|
upm_module_init()
|