flatten 20260225
This commit is contained in:
17
resources/packages/json-nlohmann/prepare
Executable file
17
resources/packages/json-nlohmann/prepare
Executable file
@@ -0,0 +1,17 @@
|
||||
mkdir -p sdk/include
|
||||
|
||||
LIB=json
|
||||
|
||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
mkdir -p json-nlohmann/$LIB
|
||||
pushd json-nlohmann/$LIB
|
||||
|
||||
wget https://github.com/nlohmann/json/releases/download/v3.8.0/json.hpp
|
||||
|
||||
popd
|
||||
|
||||
pushd sdk/include
|
||||
ln -s ../../json-nlohmann/$LIB
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user