For educational purpose.
Just clone git repository of glm and put glm
directory in engine's include
directory
cd path/to/glm
mv glm path/to/project/include
$ cmake -B build
$ cmake --build build
$ cmake -B build -DDEBUG=ON
$ cmake --build build
$ ./engine