mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
e3ac4d806e
partially revert ac069bfca1
9 lines
203 B
CMake
9 lines
203 B
CMake
set(srcs "pretty_effect.c"
|
|
"spi_master_example_main.c"
|
|
"decode_image.c"
|
|
)
|
|
|
|
idf_component_register(SRCS ${srcs}
|
|
INCLUDE_DIRS "."
|
|
EMBED_FILES image.jpg)
|