mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
9 lines
247 B
CMake
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)
|