2024-11-01 22:55:23 +01:00
|
|
|
project('kobo-color-inputdev', 'c',
|
|
|
|
version : '0.1',
|
|
|
|
default_options : ['warning_level=3'])
|
|
|
|
|
2024-11-10 00:08:01 +01:00
|
|
|
main = executable('kobo-color-inputdev', ['src/main.c', './src/device.c'],
|
2024-11-01 22:55:23 +01:00
|
|
|
install : true)
|
2024-11-10 14:51:45 +01:00
|
|
|
|
|
|
|
inputcat = executable('inputcat', ['src/inputcat.c'],
|
|
|
|
install : true)
|