Initial commit

This commit is contained in:
Vasiliy Doylov 2024-10-27 19:50:02 +03:00
commit de6cf981e9
Signed by: NekoCWD
GPG key ID: B7BE22D44474A582
5 changed files with 730 additions and 0 deletions

13
meson.build Normal file
View file

@ -0,0 +1,13 @@
project('q6meow_output_switcher', ['c', 'vala'],
version: '0.1.0',
meson_version: '>= 1.0.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)
valac = meson.get_compiler('vala')
subdir('src')