CMakeLists.txt 151 B

1234567
  1. set(srcs "main.c"
  2. "gatt_svr.c"
  3. "misc.c"
  4. "scli.c")
  5. idf_component_register(SRCS "${srcs}"
  6. INCLUDE_DIRS ".")