mirror of
https://github.com/Spritetm/picframe_colepd.git
synced 2025-04-18 16:44:40 -04:00
5 lines
160 B
CMake
5 lines
160 B
CMake
set(srcs "main.c" "epd.c" "sync.c" "io.c")
|
|
|
|
idf_component_register(SRCS ${srcs}
|
|
INCLUDE_DIRS "."
|
|
EMBED_FILES icons.bmp)
|