mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-19 03:13:14 +00:00
7 lines
152 B
CMake
7 lines
152 B
CMake
idf_component_register(
|
|
SRC_DIRS "src"
|
|
INCLUDE_DIRS "inc"
|
|
PRIV_INCLUDE_DIRS "src"
|
|
REQUIRES esp_lvgl_port esp_lcd esp_lcd_touch driver
|
|
)
|