mirror of
https://github.com/eclipse/upm.git
synced 2025-03-22 00:17:30 +03:00

Removed 'upm' string, capitalized first character, added descriptions where necessary. Signed-off-by: Noel Eck <noel.eck@intel.com>
6 lines
158 B
CMake
6 lines
158 B
CMake
set (libname "st7735")
|
|
set (libdescription "SPI LCD")
|
|
set (module_src st7735_gfx.cxx st7735.cxx)
|
|
set (module_hpp st7735_gfx.hpp st7735.hpp)
|
|
upm_module_init()
|