upm/src/st7735/CMakeLists.txt
Noel Eck b5a33f6ee3 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>
2016-10-20 16:19:59 -07:00

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()