chuniio: Add input config

This commit is contained in:
Tau
2019-11-17 13:11:49 -05:00
parent e6c792787b
commit 388ba0b4a4
4 changed files with 73 additions and 15 deletions

View File

@ -8,5 +8,7 @@ chuniio_dll = shared_library(
sources : [
'chuniio.c',
'chuniio.h',
'config.c',
'config.h',
],
)