Library OpenGL Mathematics (GLM)
-
wrote on 7 Feb 2019, 11:06 last edited by aha_1980 2 Jul 2019, 13:17
good Morring, does anyone know how I can import and use these libraries?
-
good Morring, does anyone know how I can import and use these libraries?
@Nio74 It's a header only library, so download the headers put them somewhere, then add the directory where the headers are to INCLUDEPATH variable in your pro file (see http://doc.qt.io/qt-5/qmake-project-files.html). For everything else you should read the documentation of that library.
1/2