CMakeLists.txt 439 B

123456
  1. idf_component_register(SRCS "advanced_https_ota_example.c" "ble_helper/bluedroid_gatts.c" "ble_helper/nimble_gatts.c"
  2. "ble_helper/ble_api.c"
  3. INCLUDE_DIRS "." "./ble_helper/include/"
  4. # Embed the server root certificate into the final binary
  5. EMBED_TXTFILES ${project_dir}/server_certs/ca_cert.pem)
  6. target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")