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

10 lines
217 B
CMake
Raw Normal View History

2018-09-11 01:44:12 +00:00
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()