microsoft/onnxruntime-extensions

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
carzh/browserstack-test

Branches

Tags

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

Clone

HTTPS

Download ZIP

cmake/externals/dr_libs.cmake

7lines · modecode

1FetchContent_Declare(dr_libs
2 URL https://github.com/mackron/dr_libs/archive/660795b2834aebb2217c9849d668b6e4bd4ef810.zip
3 URL_HASH SHA1=af554b21dcd1ab3c7c8d946638682a2cbccf3e16
4 SOURCE_SUBDIR not_set
5)
6
7FetchContent_MakeAvailable(dr_libs)
8