microsoft/onnxruntime-extensions

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
9edf572de9b3e5eb261ca06060e6b2e4ab4012df

Branches

Tags

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

Clone

HTTPS

Download ZIP

cmake/externals/dlib.cmake

9lines · modepreview

FetchContent_Declare(
    dlib
    URL https://github.com/davisking/dlib/archive/refs/tags/v19.24.7.zip
    URL_HASH SHA1=6c63ea576e2b525751b0dead27c6c1139c5100ae
    DOWNLOAD_EXTRACT_TIMESTAMP TRUE
    SOURCE_SUBDIR  not_set
)

FetchContent_MakeAvailable(dlib)