fix logger

This commit is contained in:
2025-10-28 07:02:13 +03:00
parent b663bcfb8f
commit 4690993b73
3 changed files with 13 additions and 13 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,