microsoft/onnxruntime-extensions

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
8bc8e43da10ff92869ffd485c5b9f5a497a229a6

Branches

Tags

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

Clone

HTTPS

Download ZIP

cmake/externals/dlib.cmake

9lines · modecode

1FetchContent_Declare(dlib
2 GIT_REPOSITORY https://github.com/davisking/dlib.git
3 # there is non an official tag which supports STFT,
4 # choose a relatively stable commit id for that.
5 GIT_TAG a12824d42584e292ecb3bad05c4b32c2015a7b89
6 SOURCE_SUBDIR not_set
7)
8
9FetchContent_MakeAvailable(dlib)
10