mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
8 lines
196 B
CMake
8 lines
196 B
CMake
idf_component_register(
|
|
SRC_DIRS "src"
|
|
"src/applications/main/system_info"
|
|
INCLUDE_DIRS "inc"
|
|
PRIV_INCLUDE_DIRS "src"
|
|
REQUIRES esp_lvgl_port esp_lcd esp_lcd_touch driver
|
|
)
|