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-07-10 17:13:28 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-07-10 17:13:28 +0300
commit02a501799dbf689063b09f9f557b2057c53022d9 (patch)
tree5ca65df7761273f938ed66555fd6ec87f60abb30 /cmake
parent804dcb157c208bf918aea37eb98e149934b51e4f (diff)
Fix build breakage from yesterday.
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 19c89a6e..af4511e6 100644
--- a/cmake/headers.cmake
+++ b/cmake/headers.cmake
@@ -9,6 +9,8 @@ set(llfio_HEADERS
"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/contents.hpp"
+ "include/llfio/v2.0/algorithm/difference.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"