microsoft/onnxruntime-extensions
Publicmirrored fromhttps://github.com/microsoft/onnxruntime-extensionsAvailable
cmake/externals/blingfire.cmake
10lines · modecode
| 1 | FetchContent_Declare( |
| 2 | Blingfire |
| 3 | GIT_REPOSITORY https://github.com/microsoft/BlingFire.git |
| 4 | GIT_TAG 0831265c1aca95ca02eca5bf1155e4251e545328 |
| 5 | EXCLUDE_FROM_ALL) |
| 6 | |
| 7 | FetchContent_MakeAvailable(Blingfire) |
| 8 | set_target_properties(bingfirtinydll_static PROPERTIES FOLDER |
| 9 | externals/bingfire) |
| 10 | set_target_properties(fsaClientTiny PROPERTIES FOLDER externals/bingfire) |
| 11 | |