mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Move all public *Tools.h in src.
This by definition remove all the tool functions from the public API.
This commit is contained in:
@ -17,15 +17,3 @@ headers = [
|
||||
]
|
||||
|
||||
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',
|
||||
'tools/archiveTools.h',
|
||||
subdir:'kiwix/tools'
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user