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.

zlib.cmake 298 B

123456789
  1. mindspore_add_pkg(zlib
  2. VER 1.2.11
  3. LIBS z
  4. URL https://github.com/madler/zlib/archive/v1.2.11.tar.gz
  5. MD5 0095d2d2d1f3442ce1318336637b695f
  6. CMAKE_OPTION -DCMAKE_BUILD_TYPE:STRING=Release)
  7. include_directories(${zlib_INC})
  8. add_library(mindspore::z ALIAS zlib::z)