Removed 'upm' string, capitalized first character, added descriptions where necessary. Signed-off-by: Noel Eck <noel.eck@intel.com>
6 lines
157 B
CMake
6 lines
157 B
CMake
set (libname "ds1307")
|
|
set (libdescription "Real time clock (RTC) module")
|
|
set (module_src ${libname}.cxx)
|
|
set (module_hpp ${libname}.hpp)
|
|
upm_module_init()
|