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