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-29 13:46:20 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2020-05-29 13:46:20 +0300
commitcf61babe2c82168438783b85424dc947d5e9c1c7 (patch)
treed1ba3c9f4fb667753c11432a63b025f57c1ae540 /cmake
parent4f890711d22755c75d2692c09192b34f69acd768 (diff)
Fix symbol collision in reduce.ipp, and multiple warnings.
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 9cdc0e28..9f328626 100644
--- a/cmake/headers.cmake
+++ b/cmake/headers.cmake
@@ -18,6 +18,7 @@ set(llfio_HEADERS
"include/llfio/v2.0/algorithm/shared_fs_mutex/lock_files.hpp"
"include/llfio/v2.0/algorithm/shared_fs_mutex/memory_map.hpp"
"include/llfio/v2.0/algorithm/shared_fs_mutex/safe_byte_ranges.hpp"
+ "include/llfio/v2.0/algorithm/summarize.hpp"
"include/llfio/v2.0/algorithm/traverse.hpp"
"include/llfio/v2.0/algorithm/trivial_vector.hpp"
"include/llfio/v2.0/config.hpp"