Files
miniature-town/components/remote_control/CMakeLists.txt
2025-05-25 18:27:48 +02:00

7 lines
223 B
CMake

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