aimeio-cardreader/meson.build
KIT! 3bd1d7338c Fixed an off-by-one error and config loading for reader name
Reading card 3 and above resulted in an off by one error that always threw a "this line isn't X bytes long" error.

Readername now always gets properly loaded from config :
I've added comments in the config file to make it obvious what each line does but that fucked up the reader name config. i'm now discarding the comment after loading the line.

Updated readme.md
2024-04-24 15:05:04 +02:00

9 lines
109 B
Meson

project(
'aimeio_scard',
'c',
version : '0.4.0'
)
inc = include_directories('.')
subdir('src/')