add min to math module

This commit is contained in:
2025-10-20 14:48:27 +03:00
parent e019235297
commit b663bcfb8f
4 changed files with 13 additions and 4 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',
dependencies : deps,
cpp_args: args,