Files
upm/src/ili9341/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
171 B
CMake

set (libname "ili9341")
set (libdescription "ILI9341 SPI LCD")
set (module_src ili9341_gfx.cxx ili9341.cxx)
set (module_hpp ili9341_gfx.hpp ili9341.hpp)
upm_module_init()