mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-08-03 10:16:03 -04:00
18 lines
259 B
Meson
18 lines
259 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',
|
|
'i18n.h'
|
|
]
|
|
|
|
install_headers(headers, subdir:'kiwix')
|