- Added unit tests and debugged them

This commit is contained in:
2025-06-25 20:55:57 -04:00
parent 31e3c26b66
commit d8954eafe5
27 changed files with 812 additions and 166 deletions

View File

@@ -102,6 +102,10 @@ add_library(fennec STATIC
include/fennec/math/detail/__vector_traits.h
source/debug/assert_impl.cpp
include/fennec/math/detail/__math.h
include/fennec/lang/detail/__int.h
include/fennec/lang/detail/__stdlib.h
include/fennec/math/detail/__matrix.h
)
# add metaprogramming templates as a dependency and also force documentation to be generated when fennec is compiled