test/RunChromaprint: move class ChromaprintDecoderClient to lib/chromaprint/

This commit is contained in:
Max Kellermann
2019-04-04 20:29:27 +02:00
parent 5256929b17
commit 8a07724b23
4 changed files with 183 additions and 123 deletions

View File

@@ -409,6 +409,7 @@ if chromaprint_dep.found()
executable(
'RunChromaprint',
'RunChromaprint.cxx',
'../src/lib/chromaprint/DecoderClient.cxx',
'../src/Log.cxx',
'../src/LogBackend.cxx',
include_directories: inc,