2020-03-22 05:34:18 -04:00
|
|
|
set(srcs "main.c"
|
|
|
|
"gatt_svr.c"
|
|
|
|
"misc.c"
|
|
|
|
"scli.c")
|
2019-06-24 21:03:58 -04:00
|
|
|
|
2020-03-22 05:34:18 -04:00
|
|
|
idf_component_register(SRCS "${srcs}"
|
|
|
|
INCLUDE_DIRS ".")
|
2022-01-31 17:05:03 -05:00
|
|
|
target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")
|