Meson instead of Make

This commit is contained in:
2026-01-13 13:08:46 +03:00
parent 2cd45c0750
commit bae33de997
22 changed files with 239 additions and 448 deletions

1
include/meson.build Normal file
View File

@ -0,0 +1 @@
install_subdir('.', install_dir: 'include', exclude_files: ['meson.build'])