2023-02-26 00:50

This commit is contained in:
2023-02-26 00:50:25 +09:00
commit 286ce4a4fa
57 changed files with 46323 additions and 0 deletions

11
hello-vala/meson.build Normal file
View File

@@ -0,0 +1,11 @@
project('hello-vala','c', 'vala',
version: '0.1.0',
meson_version: '>= 0.40.0',
)
i18n = import('i18n')
subdir('data')
subdir('src')
subdir('po')
meson.add_install_script('build-aux/meson/postinstall.py')