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-02-18 15:31:15 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-02-18 15:31:15 +0300
commitf1042baedf3d599401407e22444065b5db26a30d (patch)
treef8547d05d91461b3a8886591aeb7e843c6887afd /cmake
parent0f094e04cac914b46daf32914386b35be602215a (diff)
Switch Outcome to future v2.2 branch.
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"