Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2021-08-20 21:05:07 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2021-08-20 21:05:07 +0300
commitbe9a125ab6a9eb2ae27ec2730166c9ecf4eafe8f (patch)
tree777b3b282597a598de2f6d1a4f2d394ce4215c05 /cmake/headers.cmake
parente43ef4f6953230803a30453bbab20061b009fe05 (diff)
Using the new bitwise tries algorithm in QuickCppLib, implement map_handle caching. Still need to write a test for this however.
Diffstat (limited to 'cmake/headers.cmake')
-rw-r--r--cmake/headers.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/headers.cmake b/cmake/headers.cmake
index 88c7deb9..3ecb486f 100644
--- a/cmake/headers.cmake
+++ b/cmake/headers.cmake
@@ -32,6 +32,7 @@ set(llfio_HEADERS
"include/llfio/v2.0/detail/impl/dynamic_thread_pool_group.ipp"
"include/llfio/v2.0/detail/impl/fast_random_file_handle.ipp"
"include/llfio/v2.0/detail/impl/io_multiplexer.ipp"
+ "include/llfio/v2.0/detail/impl/map_handle.ipp"
"include/llfio/v2.0/detail/impl/path_discovery.ipp"
"include/llfio/v2.0/detail/impl/path_view.ipp"
"include/llfio/v2.0/detail/impl/posix/directory_handle.ipp"