microsoft/onnxruntime-extensions

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
82a59c634565e72b210831c109bf971b90030efb

Branches

Tags

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

Clone

HTTPS

Download ZIP

cmake/externals/dr_libs.cmake

7lines · modepreview

FetchContent_Declare(dr_libs
    URL         https://github.com/mackron/dr_libs/archive/660795b2834aebb2217c9849d668b6e4bd4ef810.zip
    URL_HASH    SHA1=af554b21dcd1ab3c7c8d946638682a2cbccf3e16
    SOURCE_SUBDIR not_set
)

FetchContent_MakeAvailable(dr_libs)