microsoft/onnxruntime-extensions

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
d853d31fc12dbce2bee45430a7b1651d2da5a1f6

Branches

Tags

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

Clone

HTTPS

Download ZIP

cmake/externals/dr_libs.cmake

10lines · modecode

1FetchContent_Declare(dr_libs
2 URL https://github.com/mackron/dr_libs/archive/dbbd08d81fd2b084c5ae931531871d0c5fd83b87.zip
3 URL_HASH SHA1=84a2a31ef890b6204223b12f71d6e701c0edcd92
4)
5
6FetchContent_GetProperties(dr_libs)
7if(NOT dr_libs_POPULATED)
8 # Fetch the content using previously declared details
9 FetchContent_Populate(dr_libs)
10endif()
11