mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
10 lines
217 B
CMake
10 lines
217 B
CMake
set(COMPONENT_SRCS "decode_image.c"
|
|
"pretty_effect.c"
|
|
"spi_master_example_main.c")
|
|
set(COMPONENT_ADD_INCLUDEDIRS ".")
|
|
|
|
|
|
set(COMPONENT_EMBED_FILES image.jpg)
|
|
|
|
register_component()
|