1
0
mirror of https://github.com/AkaiiKitsune/TAL_CardReader synced 2024-09-24 02:28:19 +02:00
TAL_CardReader/meson.build
Farewell_ 0f8ce56d96 Added support for SmartCard readers
Added configuration file;
Fixed a possible race condition;
Cleaned up the mess that used to be my console logs;
2023-05-30 16:54:35 +02:00

9 lines
111 B
Meson

project(
'TAL_CardReader',
'c',
version : '0.2.0'
)
inc = include_directories('.')
subdir('src/')