Translated tests for Math/Min

This commit is contained in:
Leonetienne
2022-02-11 11:26:53 +01:00
parent b6ce760cda
commit 51421188c7
2 changed files with 44 additions and 0 deletions

View File

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