4digitdisplay: rename to tm1637

* Use new cmake macro

Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Thomas Ingleby
2014-06-11 15:07:21 +01:00
parent 34e343869c
commit 3dccffe055
7 changed files with 6 additions and 14 deletions

View File

@ -0,0 +1,4 @@
set (libname "tm1637")
set (libdescription "upm 4 digit display tm1637")
add_library (${libname} SHARED tm1637.cxx)
upm_module_init()