3 lines
232 B
CMake
Raw Normal View History

2023-04-15 02:34:26 +02:00
idf_component_register(SRCS "GUI/GUI_Paint.c" "Fonts/font8.c" "Fonts/font12.c" "Fonts/font16.c" "Fonts/font20.c" "Fonts/font24.c"
INCLUDE_DIRS "include/GUI" "include/Fonts"
REQUIRES "epd_266")