added files

This commit is contained in:
2024-11-27 15:21:07 +03:00
parent a25aef049e
commit 6e5f2331ad
10 changed files with 125 additions and 7 deletions

View File

@@ -15,8 +15,9 @@ add_executable(unit-tests
UnitTestColor.cpp
UnitTestVector4.cpp
UnitTestLineTrace.cpp
UnitTestOpenGL.cpp
)
target_link_libraries(unit-tests PRIVATE gtest gtest_main omath)
target_link_libraries(unit-tests PRIVATE gtest gtest_main omath glm)
gtest_discover_tests(unit-tests)