microsoft/onnxruntime-extensions
Publicmirrored fromhttps://github.com/microsoft/onnxruntime-extensionsAvailable
cmake/externals/dr_libs.cmake
10lines · modecode
| 1 | FetchContent_Declare(dr_libs |
| 2 | URL https://github.com/mackron/dr_libs/archive/dbbd08d81fd2b084c5ae931531871d0c5fd83b87.zip |
| 3 | URL_HASH SHA1=84a2a31ef890b6204223b12f71d6e701c0edcd92 |
| 4 | ) |
| 5 | |
| 6 | FetchContent_GetProperties(dr_libs) |
| 7 | if(NOT dr_libs_POPULATED) |
| 8 | # Fetch the content using previously declared details |
| 9 | FetchContent_Populate(dr_libs) |
| 10 | endif() |
| 11 | |