CMakeLists.txt 214 B

12345678
  1. set(srcs "main.c"
  2. "gatt_svr.c"
  3. "misc.c"
  4. "scli.c")
  5. idf_component_register(SRCS "${srcs}"
  6. INCLUDE_DIRS ".")
  7. target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")