mirror of
https://github.com/eclipse/upm.git
synced 2025-07-01 01:11:10 +03:00
4digitdisplay: rename to tm1637
* Use new cmake macro Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
4
src/tm1637/CMakeLists.txt
Normal file
4
src/tm1637/CMakeLists.txt
Normal file
@ -0,0 +1,4 @@
|
||||
set (libname "tm1637")
|
||||
set (libdescription "upm 4 digit display tm1637")
|
||||
add_library (${libname} SHARED tm1637.cxx)
|
||||
upm_module_init()
|
Reference in New Issue
Block a user