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