esp-idf/examples/bluetooth/hci/hci_common_component/CMakeLists.txt
Chinmay Chhajed abb79e4fb5 Bluetooth HCI common components.
Separate Bluetooth HCI component example which adds some macros and
functions used by HCI Layer defined by the spec.
2020-07-28 05:32:14 +00:00

4 lines
111 B
CMake

idf_component_register(SRCS "bt_hci_common.c"
INCLUDE_DIRS "include"
)