Initial commit
This commit is contained in:
commit
de6cf981e9
5 changed files with 730 additions and 0 deletions
13
meson.build
Normal file
13
meson.build
Normal 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')
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue