Files
LoraTestSystemRX_TX/components/ui/CMakeLists.txt
2026-01-17 09:53:08 +02:00

7 lines
145 B
CMake

idf_component_register(
SRCS "ui.c"
INCLUDE_DIRS "include"
REQUIRES common
PRIV_REQUIRES esp_driver_i2c esp_driver_gpio driver
)