esp-idf/examples/bluetooth/nimble/hci/main/CMakeLists.txt

5 lines
96 B
CMake
Raw Normal View History

2022-06-17 09:55:40 -04:00
set(srcs "main.c")
idf_component_register(SRCS "${srcs}"
INCLUDE_DIRS ".")