Dzbj_ESP32-C3/main/ble/CMakeLists.txt

5 lines
91 B
CMake

idf_component_register(
SRCS "ble.c"
INCLUDE_DIRS "./include"
REQUIRES bt
)