Files
miniature-town/components/remote_control/CMakeLists.txt
2025-05-19 08:30:26 +02:00

7 lines
187 B
CMake

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