improvement

This commit is contained in:
2025-01-06 04:42:43 +03:00
parent 42c84f2523
commit 6a324e8c0e
8 changed files with 71 additions and 84 deletions

View File

@@ -18,6 +18,7 @@ add_executable(unit-tests
general/UnitTestAngles.cpp
general/UnitTestViewAngles.cpp
general/UnitTestAngle.cpp
general/UnitTestTriangle.cpp
engines/UnitTestOpenGL.cpp
engines/UnitTestUnityEngine.cpp

View File

@@ -0,0 +1,4 @@
//
// Created by Orange on 1/6/2025.
//
#include "omath/Triangle.hpp"