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.

tinyxml2.cmake 444 B

12345678910
  1. set(tinyxml2_CXXFLAGS "-D_FORTIFY_SOURCE=2 -O2 -Wno-unused-result")
  2. set(tinyxml2_CFLAGS "-D_FORTIFY_SOURCE=2 -O2")
  3. mindspore_add_pkg(tinyxml2
  4. VER 8.0.0
  5. LIBS tinyxml2
  6. URL https://github.com/leethomason/tinyxml2/archive/8.0.0.tar.gz
  7. CMAKE_OPTION -DCMAKE_BUILD_TYPE=Release
  8. MD5 5dc535c8b34ee621fe2128f072d275b5)
  9. include_directories(${tinyxml2_INC})
  10. add_library(mindspore::tinyxml2 ALIAS tinyxml2::tinyxml2)