Files
warnemuende-lighthouses/components/remote_control/CMakeLists.txt
2025-06-07 15:43:58 +02:00

12 lines
379 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
)