WebguiappTemplate/components/Display/CMakeLists.txt

9 lines
226 B
CMake

idf_component_register(SRCS "Display.c"
"ssd1306/ssd1306.c"
"ssd1306/ssd1306_font.c"
"ssd1306/ssd1306_draw.c"
"sh1106/sh1106.c"
INCLUDE_DIRS "include"
)