add max abs

This commit is contained in:
2026-03-16 15:32:22 +03:00
parent 5fc6b43ea0
commit b77a7b9149
3 changed files with 17 additions and 2 deletions

View File

@@ -2,10 +2,10 @@ executable(
meson.project_name(),
# 'examples/audio/main.cpp',
# 'examples/concepts/main.cpp',
# 'examples/math/main.cpp',
'examples/math/main.cpp',
# 'examples/range/main.cpp',
# 'examples/patterns/main.cpp',
'examples/logger/main.cpp',
# 'examples/logger/main.cpp',
# 'examples/exception/main.cpp',
# 'examples/comparators/main.cpp',
dependencies : deps,