microsoft/onnxruntime-extensions

Public

mirrored from https://github.com/microsoft/onnxruntime-extensionsAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
clipex

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
    GIT_REPOSITORY https://github.com/davisking/dlib.git
    # there is non an official tag which supports STFT,
    # choose a relatively stable commit id for that.
    GIT_TAG        a12824d42584e292ecb3bad05c4b32c2015a7b89
    SOURCE_SUBDIR  not_set
)

FetchContent_MakeAvailable(dlib)