mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-04-18 09:25:06 +00:00
7 lines
145 B
CMake
7 lines
145 B
CMake
idf_component_register(
|
|
SRC_DIRS "Source"
|
|
INCLUDE_DIRS "Source"
|
|
REQUIRES Tactility epdiy esp_lvgl_port
|
|
PRIV_REQUIRES esp_timer
|
|
)
|