mirror of
https://github.com/eclipse/upm.git
synced 2025-03-23 08:57:30 +03:00
6 lines
172 B
CMake
6 lines
172 B
CMake
set (libname "ili9341")
|
|
set (libdescription "libupm ILI9341 SPI LCD")
|
|
set (module_src ili9341_gfx.cxx ili9341.cxx)
|
|
set (module_h ili9341_gfx.h ili9341.h)
|
|
upm_module_init()
|