esp-idf/examples/bluetooth/nimble/hci/main/CMakeLists.txt
2022-06-20 17:00:12 +08:00

5 lines
96 B
CMake

set(srcs "main.c")
idf_component_register(SRCS "${srcs}"
INCLUDE_DIRS ".")