Files
miniature-town/components/remote_control/CMakeLists.txt
2025-05-30 22:42:58 +02:00

13 lines
414 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
storage
led_matrix
)