5 lines
91 B
CMake
5 lines
91 B
CMake
idf_component_register(
|
|
SRCS "ble.c"
|
|
INCLUDE_DIRS "./include"
|
|
REQUIRES bt
|
|
) |