Translated tests for Random/RandomRange

This commit is contained in:
Leonetienne
2022-02-11 15:26:10 +01:00
parent c5cf1c0061
commit 4a9b59e2d8
3 changed files with 101 additions and 112 deletions

View File

@@ -23,9 +23,11 @@ add_executable(Tests
Vector2.cpp
Vector3.cpp
Vector4.cpp
VectorConversion.cpp
Quaternion.cpp
Random__RandomFloat.cpp
VectorConversion.cpp
Random__RandomInteger.cpp
Random__RandomRange.cpp
)
target_link_libraries(Tests Eule)