xmake.lua 183 B

123456789101112
  1. -- includes("adapter")
  2. -- includes("fota")
  3. -- includes("libemqtt")
  4. -- includes("libhttp")
  5. includes("ota")
  6. target("network")
  7. set_kind("static")
  8. add_deps("ota")
  9. target_end()