Files
libkiwix/include/meson.build
Matthieu Gautier 49e99e7c22 Remove dumpers from the public API.
All those dumper were not used by any of our other projects.
They are only used internally, either by `Library::writeToFile` or the
server.
2023-09-19 16:46:58 +02:00

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')