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

6 lines
118 B
CMake
Raw Normal View History

2019-06-24 21:03:58 -04:00
set(COMPONENT_SRCS "main.c"
"gatt_svr.c")
set(COMPONENT_ADD_INCLUDEDIRS ".")
register_component()