mirror of
https://github.com/AkaiiKitsune/TAL_CardReader
synced 2024-11-27 18:30:48 +01:00
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/') |