Translated tests for Math/Max

This commit is contained in:
Leonetienne
2022-02-11 11:24:55 +01:00
parent baa22608a6
commit b6ce760cda
2 changed files with 32 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ add_executable(Tests
Math__Abs.cpp
Math__Clamp.cpp
Math__Lerp.cpp
Math__Max.cpp
)
target_link_libraries(Tests Eule)