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:
Diffstat (limited to '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 dd5705c5..58a09195 100644
--- a/cmake/headers.cmake
+++ b/cmake/headers.cmake
@@ -23,6 +23,7 @@ set(llfio_HEADERS
"include/llfio/v2.0/deadline.h"
"include/llfio/v2.0/detail/impl/cached_parent_handle_adapter.ipp"
"include/llfio/v2.0/detail/impl/fast_random_file_handle.ipp"
+ "include/llfio/v2.0/detail/impl/logging.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/async_file_handle.ipp"
@@ -78,6 +79,7 @@ set(llfio_HEADERS
"include/llfio/v2.0/map_handle.hpp"
"include/llfio/v2.0/mapped.hpp"
"include/llfio/v2.0/mapped_file_handle.hpp"
+ "include/llfio/v2.0/multiplex.hpp"
"include/llfio/v2.0/native_handle_type.hpp"
"include/llfio/v2.0/path_discovery.hpp"
"include/llfio/v2.0/path_handle.hpp"