microsoft/onnxruntime-extensions

Public

mirrored fromhttps://github.com/microsoft/onnxruntime-extensionsAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
27132ced71e5e35e3ee706398a316010a5ada1d9

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

cmake/externals/dr_libs.cmake

10lines · modepreview

FetchContent_Declare(dr_libs
    URL         https://github.com/mackron/dr_libs/archive/dbbd08d81fd2b084c5ae931531871d0c5fd83b87.zip
    URL_HASH    SHA1=84a2a31ef890b6204223b12f71d6e701c0edcd92
)

FetchContent_GetProperties(dr_libs)
if(NOT dr_libs_POPULATED)
  # Fetch the content using previously declared details
  FetchContent_Populate(dr_libs)
endif()