You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

json.cmake 395 B

123456789
  1. set(nlohmann_json_CXXFLAGS "-D_FORTIFY_SOURCE=2 -O2")
  2. set(nlohmann_json_CFLAGS "-D_FORTIFY_SOURCE=2 -O2")
  3. mindspore_add_pkg(nlohmann_json
  4. VER 3.6.1
  5. HEAD_ONLY ./
  6. URL https://github.com/nlohmann/json/releases/download/v3.6.1/include.zip
  7. MD5 0dc903888211db3a0f170304cd9f3a89)
  8. include_directories(${nlohmann_json_INC})
  9. add_library(mindspore::json ALIAS nlohmann_json)

MindSpore is a new open source deep learning training/inference framework that could be used for mobile, edge and cloud scenarios.