kiwix-serve integration

This commit is contained in:
luddens
2019-05-10 17:23:55 +02:00
committed by Matthieu Gautier
parent 3721d7439d
commit 5dc96d7145
4 changed files with 93 additions and 1 deletions

View File

@ -9,7 +9,8 @@ headers = [
'downloader.h',
'reader.h',
'entry.h',
'searcher.h'
'searcher.h',
'kiwixserve.h'
]
install_headers(headers, subdir:'kiwix')