Files
miniature-town/components/remote_control/CMakeLists.txt
Peter Siegmund 7faf53d9ba testing BLE
Signed-off-by: Peter Siegmund <developer@mars3142.org>
2025-05-18 17:01:40 +02:00

8 lines
216 B
CMake

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