initial commit: barebones
This commit is contained in:
7
meson.build
Normal file
7
meson.build
Normal file
@@ -0,0 +1,7 @@
|
||||
project('kordophone', 'vala',
|
||||
version : '0.1.0',
|
||||
meson_version : '>=0.56.0',
|
||||
default_options : ['warning_level=2']
|
||||
)
|
||||
|
||||
subdir('src')
|
||||
Reference in New Issue
Block a user