domotic/main/CMakeLists.txt
2024-07-21 14:23:31 +02:00

11 lines
329 B
CMake

idf_component_register(SRCS "main.c"
INCLUDE_DIRS "." ${LV_DEMO_DIR})
lvgl_port_create_c_image("images/esp_logo.png" "images/" "ARGB8888" "NONE")
lvgl_port_add_images(${COMPONENT_LIB} "images/")
set_source_files_properties(
PROPERTIES COMPILE_OPTIONS
"-DLV_LVGL_H_INCLUDE_SIMPLE;-Wno-format;"
)