Files
miniature-town/components/remote_control/CMakeLists.txt
2025-05-22 22:47:34 +02:00

6 lines
188 B
CMake

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