added more unit tests

This commit is contained in:
2024-11-30 03:37:25 +03:00
parent 6a9a51b39c
commit a33ee638b9
7 changed files with 84 additions and 10 deletions

View File

@@ -5,8 +5,8 @@
#include <gtest/gtest.h>
#include <omath/Matrix.hpp>
#include <print>
#include <omath/engines/opengl.hpp>
#include <omath/engines/source.hpp>
#include <omath/engines/OpenGL.hpp>
#include <omath/engines/Source.hpp>
#include <glm/glm.hpp>
#include "glm/ext/matrix_clip_space.hpp"