Translated tests for Math/Similar

This commit is contained in:
Leonetienne
2022-02-11 11:29:38 +01:00
parent 51421188c7
commit 009b15e415
4 changed files with 54 additions and 92 deletions

View File

@@ -16,6 +16,7 @@ add_executable(Tests
Math__Lerp.cpp
Math__Max.cpp
Math__Min.cpp
Math__Similar.cpp
)
target_link_libraries(Tests Eule)