Add CLI interface

Fixes #5
This commit is contained in:
Johannes Marbach 2021-09-23 21:05:36 +02:00
parent 09061a5978
commit 51b1945744
8 changed files with 348 additions and 11 deletions

View file

@ -24,11 +24,15 @@ project(
meson_version: '>=0.53.0'
)
add_project_arguments('-DUL_VERSION="@0@"'.format(meson.project_version()), language: ['c'])
unl0kr_sources = [
'command_line.c',
'cursor.c',
'main.c',
'log.c',
'libinput_multi.c',
'libinput_xkb.c',
'main.c',
'montserrat_extended_32.c',
'sq2lv_layouts.c',
]