mirror of
https://github.com/eclipse/upm.git
synced 2025-07-05 11:21:12 +03:00
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:
@ -1,6 +1,6 @@
|
||||
include_directories(..)
|
||||
set (libname "si7005")
|
||||
set (libdescription "upm SI7005")
|
||||
set (libdescription "Digital I2C humidity and temperature sensor")
|
||||
set (module_src ${libname}.cxx mraa-utils.cxx)
|
||||
set (module_hpp ${libname}.hpp)
|
||||
upm_module_init()
|
||||
|
Reference in New Issue
Block a user