mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Add a new tool Lock
to lock a mutex.
And automaticlly unlock it when the `Lock` got out of scope.
This commit is contained in:
@ -22,6 +22,7 @@ install_headers(
|
||||
'tools/pathTools.h',
|
||||
'tools/regexTools.h',
|
||||
'tools/stringTools.h',
|
||||
'tools/lock.h',
|
||||
subdir:'kiwix/tools'
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user