mirror of
https://github.com/eclipse/upm.git
synced 2025-03-20 23:47:31 +03:00

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