Files
miniature-town/components/remote_control/CMakeLists.txt
2025-05-30 15:35:19 +02:00

12 lines
382 B
CMake

idf_component_register(SRCS
"capability_service.c"
"device_service.c"
"led_service.c"
"remote_control.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES
bt
esp_app_format
led_matrix
)