2024A-SW/components/BLE/CMakeLists.txt
2025-11-23 16:01:02 -06:00

11 lines
165 B
CMake

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