Tactility/boards/m5stack_core2/CMakeLists.txt
2024-02-22 18:26:11 +01:00

9 lines
247 B
CMake

idf_component_register(
SRC_DIRS "source"
INCLUDE_DIRS "include"
PRIV_INCLUDE_DIRS "private"
REQUIRES esp_lvgl_port esp_lcd_ili9341 driver vfs fatfs M5Unified
)
target_link_libraries(${COMPONENT_LIB} ${IDF_TARGET_NAME} tactility)