microsoft/onnxruntime-extensions

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
b7b8816dab43f095079c5c7609764c702e3c6e49

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 GIT_REPOSITORY https://github.com/mackron/dr_libs.git
3 GIT_TAG dd762b861ecadf5ddd5fb03e9ca1db6707b54fbb
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