initial commit

This commit is contained in:
2026-05-31 10:47:37 +03:00
commit 306571c4ef
11 changed files with 380 additions and 0 deletions

7
bin/meson.build Normal file
View File

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