flatten 20260225
This commit is contained in:
13
resources/packages/glm/prepare
Executable file
13
resources/packages/glm/prepare
Executable file
@@ -0,0 +1,13 @@
|
||||
mkdir -p sdk/include
|
||||
|
||||
mkdir glm
|
||||
pushd glm
|
||||
|
||||
git clone --depth 1 https://github.com/g-truc/glm.git
|
||||
|
||||
popd
|
||||
|
||||
pushd sdk/include
|
||||
ln -fs ../../glm/glm/glm
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user