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/dlib.cmake

9lines · modecode

1FetchContent_Declare(
2 dlib
3 URL https://github.com/davisking/dlib/archive/refs/tags/v19.24.7.zip
4 URL_HASH SHA1=6c63ea576e2b525751b0dead27c6c1139c5100ae
5 DOWNLOAD_EXTRACT_TIMESTAMP TRUE
6 SOURCE_SUBDIR not_set
7)
8
9FetchContent_MakeAvailable(dlib)
10