Files
warnemuende-lighthouses/firmware/components/remote_control/CMakeLists.txt
2025-08-27 21:09:20 +02:00

11 lines
332 B
CMake

idf_component_register(SRCS
"device_service.c"
"light_service.c"
"remote_control.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES
bt
esp_app_format
light
)