bakalarka/components/display/CMakeLists.txt

5 lines
240 B
CMake
Raw Normal View History

2020-03-29 02:08:36 +00:00
idf_component_register(SRCS "display.c"
INCLUDE_DIRS .
REQUIRES lvgl_esp32_drivers lvgl lv_examples lvgl_tft lvgl_touch )
target_compile_definitions(${COMPONENT_LIB} PRIVATE LV_CONF_INCLUDE_SIMPLE=1)