mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-08-03 10:16:03 -04:00

The `common` name is from the time where kiwix was only one repository for all the project (android, desktop, server...). Now we have split the repositories and kiwix-lib is the "common" repo, the "common" directory is somehow nonsense.
27 lines
414 B
Meson
27 lines
414 B
Meson
headers = [
|
|
'book.h',
|
|
'bookmark.h',
|
|
'common.h',
|
|
'library.h',
|
|
'manager.h',
|
|
'libxml_dumper.h',
|
|
'opds_dumper.h',
|
|
'downloader.h',
|
|
'reader.h',
|
|
'entry.h',
|
|
'searcher.h'
|
|
]
|
|
|
|
install_headers(headers, subdir:'kiwix')
|
|
|
|
install_headers(
|
|
'tools/base64.h',
|
|
'tools/networkTools.h',
|
|
'tools/otherTools.h',
|
|
'tools/pathTools.h',
|
|
'tools/regexTools.h',
|
|
'tools/stringTools.h',
|
|
subdir:'kiwix/tools'
|
|
)
|
|
|