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

5 wiersze
180 B
CMake

file(GLOB_RECURSE IMAGE_SOURCES images/*.c)
idf_component_register(SRCS "i80_controller_example_main.c" "lvgl_demo_ui.c" ${IMAGE_SOURCES}
INCLUDE_DIRS ".")