Commit bb58e380 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf glm-0.9.9.5.tar.gz
mkdir glm-0.9.9.5/build
cd glm-0.9.9.5/build && cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DGLM_TEST_ENABLE=ON -DGLM_TEST_ENABLE_CXX_17=ON -DGLM_TEST_FORCE_PURE=ON ..
cd glm-0.9.9.5/build && cmake -E time cmake --build .
cd glm-0.9.9.5/build && ctest
$(MAKE) -C glm-0.9.9.5/build install
rm -rf glm-0.9.9.5
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment