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>2020-05-29 15:25:22 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-05-29 15:25:22 +0300
commitfd4fc3177e52fdae27714409f1fd009bcc9f34f3 (patch)
tree7b497639e16504ef8e90aaeb88b444c3c353c198 /cmake/headers.cmake
parent9dfd4c5c18f3cda5493f8913770813ef0a82f364 (diff)
As I broke trunk last commit, push the wip files which fix trunk, even though they're not ready yet.
Diffstat (limited to 'cmake/headers.cmake')
-rw-r--r--cmake/headers.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/headers.cmake b/cmake/headers.cmake
index 9f328626..19c89a6e 100644
--- a/cmake/headers.cmake
+++ b/cmake/headers.cmake
@@ -8,6 +8,7 @@ set(llfio_HEADERS
"include/llfio/ntkernel-error-category/include/ntkernel-error-category/detail/ntkernel_category_impl.ipp"
"include/llfio/ntkernel-error-category/include/ntkernel-error-category/ntkernel_category.hpp"
"include/llfio/revision.hpp"
+ "include/llfio/v2.0/algorithm/clone.hpp"
"include/llfio/v2.0/algorithm/handle_adapter/cached_parent.hpp"
"include/llfio/v2.0/algorithm/handle_adapter/combining.hpp"
"include/llfio/v2.0/algorithm/handle_adapter/xor.hpp"
@@ -24,6 +25,7 @@ set(llfio_HEADERS
"include/llfio/v2.0/config.hpp"
"include/llfio/v2.0/deadline.h"
"include/llfio/v2.0/detail/impl/cached_parent_handle_adapter.ipp"
+ "include/llfio/v2.0/detail/impl/clone.ipp"
"include/llfio/v2.0/detail/impl/config.ipp"
"include/llfio/v2.0/detail/impl/fast_random_file_handle.ipp"
"include/llfio/v2.0/detail/impl/io_multiplexer.ipp"