CMakeLists.txt 121 B

12345
  1. set(srcs "main.c"
  2. "gatt_svr.c")
  3. idf_component_register(SRCS "${srcs}"
  4. INCLUDE_DIRS ".")