OVMS3-idf/examples/peripherals/spi_master/main/CMakeLists.txt

5 lines
226 B
CMake
Raw Normal View History

idf_component_register(SRCS "decode_image.c"
"pretty_effect.c"
"spi_master_example_main.c"
INCLUDE_DIRS "."
EMBED_FILES image.jpg)