* Update all previously updated modules Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
6 lines
151 B
CMake
6 lines
151 B
CMake
set (libname "tm1637")
|
|
set (libdescription "upm 4 digit display tm1637")
|
|
set (module_src ${libname}.cxx)
|
|
set (module_h ${libname}.h)
|
|
upm_module_init()
|