microsoft/onnxruntime-extensions

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
b5ba84a185c5c85c436e744c40ac9a8cbd9d3f1f

Branches

Tags

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

Clone

HTTPS

Download ZIP

cmake/externals/googletest.cmake

7lines · modecode

1FetchContent_Declare(
2 googletest
3 GIT_REPOSITORY https://github.com/google/googletest.git
4 GIT_TAG release-1.10.0
5)
6
7FetchContent_MakeAvailable(googletest)