Files
core_libraries/resources/packages/glm/prepare
Timothy Prepscius b308a4c280 flatten 20260225
2026-02-25 13:00:25 -05:00

14 lines
153 B
Plaintext
Executable File

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