mirror of
https://github.com/espressif/esp-matter.git
synced 2026-04-27 19:13:13 +00:00
10 lines
246 B
CMake
10 lines
246 B
CMake
set(COMPONENT_SRCS "epaper.c"
|
|
"epaper_font.c"
|
|
"imagedata.c"
|
|
"lowpower_evb_epaper.cpp")
|
|
set(COMPONENT_ADD_INCLUDEDIRS "include")
|
|
|
|
set(COMPONENT_REQUIRES driver qrcode)
|
|
|
|
register_component()
|