Use LLVM coverage and LCOV genhtml on Windows OS (#129)

This commit is contained in:
Saikari
2025-12-28 02:44:00 +03:00
committed by GitHub
parent 771e1e68fe
commit f0145ec68e
3 changed files with 123 additions and 67 deletions

View File

@@ -143,6 +143,7 @@ endif()
target_compile_features(${PROJECT_NAME} PUBLIC cxx_std_23)
if (OMATH_BUILD_TESTS)
add_subdirectory(tests)
target_compile_definitions(${PROJECT_NAME} PUBLIC OMATH_BUILD_TESTS)