mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-28 05:49:35 +00:00
All those dumper were not used by any of our other projects. They are only used internally, either by `Library::writeToFile` or the server.
17 lines
247 B
Meson
17 lines
247 B
Meson
headers = [
|
|
'book.h',
|
|
'bookmark.h',
|
|
'common.h',
|
|
'library.h',
|
|
'manager.h',
|
|
'downloader.h',
|
|
'search_renderer.h',
|
|
'server.h',
|
|
'kiwixserve.h',
|
|
'name_mapper.h',
|
|
'tools.h',
|
|
'version.h'
|
|
]
|
|
|
|
install_headers(headers, subdir:'kiwix')
|