mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-15 14:36:45 +00:00
9 lines
202 B
CMake
9 lines
202 B
CMake
set(srcs "pretty_effect.c"
|
|
"lcd_tjpgd_example_main.c"
|
|
"decode_image.c"
|
|
)
|
|
|
|
idf_component_register(SRCS ${srcs}
|
|
INCLUDE_DIRS "."
|
|
EMBED_FILES image.jpg)
|