Native UI
This commit is contained in:
parent
2df26b8ce0
commit
bf75b8b652
23 changed files with 841 additions and 5 deletions
6
meson.build
Normal file
6
meson.build
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
project('schedule', 'c',
|
||||
version: '0.1.0',
|
||||
meson_version: '>= 1.0.0',
|
||||
default_options: [ 'warning_level=2', 'werror=false', 'c_std=gnu11', ])
|
||||
|
||||
subdir('native')
|
||||
Loading…
Add table
Add a link
Reference in a new issue