microsoft/onnxruntime-extensions

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
3e82549bcb53bc93d04c25d64f16a52d495725c1

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)
8