This commit is contained in:
2026-02-20 08:53:03 +03:00
parent e0904690e6
commit 260b3b97f9
6 changed files with 27 additions and 27 deletions

View File

@@ -3,9 +3,8 @@ add_subdirectory(example_glfw3)
add_subdirectory(example_proj_mat_builder)
add_subdirectory(example_signature_scan)
if(OMATH_ENABLE_VALGRIND)
omath_setup_valgrind(example_projection_matrix_builder)
omath_setup_valgrind(example_signature_scan)
omath_setup_valgrind(example_glfw3)
endif()
endif()