2024A-SW/components/BLE/CMakeLists.txt
2025-01-25 14:04:42 -06:00

10 lines
141 B
CMake

idf_component_register(
SRCS
"BLE.c"
INCLUDE_DIRS
"."
REQUIRES
"SystemK"
"driver"
"bt"
)