hardware-hmi-display-ui/main/CMakeLists.txt

23 lines
667 B
CMake

idf_component_register(
SRCS
"waveshare_rgb_lcd_port.c"
"main.c"
"lvgl_port.c"
"gui_generated.c"
"assets/channel.c"
"assets/cooler.c"
"assets/electric_heater.c"
"assets/fan.c"
"assets/filter_g4.c"
"assets/filter_h13.c"
"assets/heater.c"
"assets/montserrat_16_ru_en.c"
"assets/mouse_cursor_icon.c"
"assets/pipe.c"
"assets/valve.c"
INCLUDE_DIRS ".")
idf_component_get_property(lvgl_lib lvgl__lvgl COMPONENT_LIB)
target_compile_options(${lvgl_lib} PRIVATE -Wno-format)
target_compile_options(${COMPONENT_LIB} PRIVATE -Wno-format-truncation)