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
path: root/cmake
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-05-07 13:42:12 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-05-07 13:42:12 +0300
commit021db10cf04c3fb2be24db91a8e2fd128c6f37ab (patch)
tree00550ec9bc155adaaec4963b6cdab97b28ddb664 /cmake
parent46cc5a7db694d97f4f8c0743c03d332419cad42d (diff)
Add a test null i/o multiplexer, useful for optimising the i/o multiplexer implementation.
Diffstat (limited to '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 759bae0d..89295272 100644
--- a/cmake/headers.cmake
+++ b/cmake/headers.cmake
@@ -47,6 +47,7 @@ set(llfio_HEADERS
"include/llfio/v2.0/detail/impl/remove_all.ipp"
"include/llfio/v2.0/detail/impl/safe_byte_ranges.ipp"
"include/llfio/v2.0/detail/impl/storage_profile.ipp"
+ "include/llfio/v2.0/detail/impl/test/null_multiplexer.ipp"
"include/llfio/v2.0/detail/impl/windows/directory_handle.ipp"
"include/llfio/v2.0/detail/impl/windows/file_handle.ipp"
"include/llfio/v2.0/detail/impl/windows/fs_handle.ipp"