Farewell_
0f8ce56d96
Added configuration file; Fixed a possible race condition; Cleaned up the mess that used to be my console logs;
9 lines
111 B
Meson
9 lines
111 B
Meson
project(
|
|
'TAL_CardReader',
|
|
'c',
|
|
version : '0.2.0'
|
|
)
|
|
|
|
inc = include_directories('.')
|
|
|
|
subdir('src/') |