2
0
mirror of https://github.com/boostorg/json.git synced 2026-01-19 16:22:20 +00:00
Files
json/bench/clone.sh
Krystian Stasiowski f974bf02ed benchmarked libraries are not submodules
fix #70, close #204
2020-08-24 19:02:11 -07:00

5 lines
157 B
Bash
Executable File

mkdir -p lib
cd lib
git clone --depth 1 https://github.com/Tencent/rapidjson.git rapidjson
git clone --depth 1 https://github.com/nlohmann/json.git nlohmann