fixed somebugs, improved tests

This commit is contained in:
2025-11-29 21:24:45 +03:00
parent 24e51f1be3
commit 8ff358df82
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 ()