Translated tests for Vector3

This commit is contained in:
Leonetienne
2022-02-11 13:40:22 +01:00
parent 56d712a7f2
commit 59f1164458
4 changed files with 1472 additions and 1609 deletions

View File

@@ -20,6 +20,7 @@ add_executable(Tests
Math__Min.cpp
Math__Similar.cpp
Matrix4x4.cpp
Vector3.cpp
)
target_link_libraries(Tests Eule)