Private
Public Access
1
0

initial commit: barebones

This commit is contained in:
2025-04-28 17:29:32 -07:00
commit 4eff88a51b
6 changed files with 96 additions and 0 deletions

7
meson.build Normal file
View File

@@ -0,0 +1,7 @@
project('kordophone', 'vala',
version : '0.1.0',
meson_version : '>=0.56.0',
default_options : ['warning_level=2']
)
subdir('src')