microsoft/onnxruntime-extensions

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
06c902253fb855b144ad1f65c0b7a6120d1fc919

Branches

Tags

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

Clone

HTTPS

Download ZIP

cmake/externals/farmhash.cmake

6lines · modecode

1FetchContent_Declare(
2 farmhash
3 GIT_REPOSITORY https://github.com/google/farmhash.git
4)
5
6FetchContent_MakeAvailable(farmhash)
7