microsoft/onnxruntime-extensions

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/document-operator-contracts

Branches

Tags

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

Clone

HTTPS

Download ZIP

cmake/externals/blingfire.cmake

11lines · modecode

1FetchContent_Declare(
2 Blingfire
3 GIT_REPOSITORY https://github.com/microsoft/BlingFire.git
4 GIT_TAG 0831265c1aca95ca02eca5bf1155e4251e545328
5 EXCLUDE_FROM_ALL
6 PATCH_COMMAND git checkout . && git apply --ignore-space-change --ignore-whitespace ${PROJECT_SOURCE_DIR}/cmake/externals/blingfire_cmake.patch)
7
8FetchContent_MakeAvailable(Blingfire)
9set_target_properties(bingfirtinydll_static PROPERTIES FOLDER
10 externals/bingfire)
11set_target_properties(fsaClientTiny PROPERTIES FOLDER externals/bingfire)
12