mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 01:41:12 +03:00
cmake: Cleanup of src CMakeLists.txt description field
Removed 'upm' string, capitalized first character, added descriptions where necessary. Signed-off-by: Noel Eck <noel.eck@intel.com>
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
set (libname "ili9341")
|
||||
set (libdescription "libupm ILI9341 SPI LCD")
|
||||
set (libdescription "ILI9341 SPI LCD")
|
||||
set (module_src ili9341_gfx.cxx ili9341.cxx)
|
||||
set (module_hpp ili9341_gfx.hpp ili9341.hpp)
|
||||
upm_module_init()
|
||||
|
Reference in New Issue
Block a user