esp-idf/examples/peripherals/spi_master/lcd/main/CMakeLists.txt

9 wiersze
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)