CMakeLists.txt 298 B

12345
  1. idf_component_register(SRC_DIRS .
  2. PRIV_INCLUDE_DIRS .
  3. PRIV_REQUIRES cmock test_utils esp_eth esp_http_client esp_netif
  4. EMBED_TXTFILES dl_espressif_com_root_cert.pem)
  5. target_compile_options(${COMPONENT_LIB} PRIVATE "-Wno-format")