fixed somebugs, improved tests

This commit is contained in:
2025-11-29 21:24:45 +03:00
parent 6c89c72041
commit 3a66b66c6a
9 changed files with 359 additions and 8 deletions

View File

@@ -35,6 +35,8 @@ if (VCPKG_MANIFEST_FEATURES)
set(OMATH_BUILD_TESTS ON)
elseif (omath_feature STREQUAL "benchmark")
set(OMATH_BUILD_BENCHMARK ON)
elseif (omath_feature STREQUAL "examples")
set(OMATH_BUILD_EXAMPLES ON)
endif ()
endforeach ()