flatten 20260225
This commit is contained in:
12
resources/packages/catch2/prepare
Executable file
12
resources/packages/catch2/prepare
Executable file
@@ -0,0 +1,12 @@
|
||||
mkdir catch2
|
||||
pushd catch2
|
||||
|
||||
wget https://github.com/catchorg/Catch2/releases/download/v2.13.4/catch.hpp
|
||||
|
||||
popd
|
||||
|
||||
mkdir -p sdk/include
|
||||
pushd sdk/include
|
||||
ln -fs ../../catch2
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user