fix run and examples folred

This commit is contained in:
2026-02-26 09:36:24 +03:00
parent c5e5224755
commit fcb2d78aae
11 changed files with 4 additions and 25 deletions

6
bin/meson.build Executable file
View File

@@ -0,0 +1,6 @@
executable(
meson.project_name(),
'main.cpp',
dependencies : deps,
cpp_args: args
)