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

9 lines
214 B
CMake
Raw Normal View History

set(srcs "main.c"
"gatt_svr.c"
"misc.c"
"scli.c")
2019-06-24 21:03:58 -04:00
idf_component_register(SRCS "${srcs}"
INCLUDE_DIRS ".")
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")