5 lines
241 B
Bash
Executable File
5 lines
241 B
Bash
Executable File
cd external
|
|
git clone https://github.com/google/googletest.git --depth=1
|
|
git clone https://github.com/nlohmann/json.git --depth=1
|
|
git clone https://github.com/libuv/libuv.git --depth=1
|
|
git clone https://github.com/gabime/spdlog.git --depth=1 |