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>2017-08-13 04:40:41 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-08-13 04:40:41 +0300
commit6e868b4ea5b406c1673403b8c828cd0c76a70bbb (patch)
treec6143d49a55d8167f5deac02087473c0b5a87ed0 /cmake/headers.cmake
parent1e256c3ec9f9dc50a38785536ff1f330e3807943 (diff)
Ported over directory_handle from AFIO v1 for Windows, POSIX still to come.
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 46965fc3..cd72bb35 100644
--- a/cmake/headers.cmake
+++ b/cmake/headers.cmake
@@ -17,6 +17,7 @@ set(afio_HEADERS
"include/afio/v2.0/config.hpp"
"include/afio/v2.0/detail/impl/posix/import.hpp"
"include/afio/v2.0/detail/impl/windows/import.hpp"
+ "include/afio/v2.0/directory_handle.hpp"
"include/afio/v2.0/file_handle.hpp"
"include/afio/v2.0/fs_handle.hpp"
"include/afio/v2.0/handle.hpp"
@@ -50,6 +51,7 @@ set(afio_HEADERS
"include/afio/v2.0/detail/impl/posix/utils.ipp"
"include/afio/v2.0/detail/impl/storage_profile.ipp"
"include/afio/v2.0/detail/impl/windows/async_file_handle.ipp"
+ "include/afio/v2.0/detail/impl/windows/directory_handle.ipp"
"include/afio/v2.0/detail/impl/windows/file_handle.ipp"
"include/afio/v2.0/detail/impl/windows/fs_handle.ipp"
"include/afio/v2.0/detail/impl/windows/handle.ipp"