bakalarka/components/display/CMakeLists.txt

5 lines
252 B
CMake
Raw Permalink Normal View History

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