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
-rw-r--r--cmake/tests.cmake1
2 files changed, 3 insertions, 0 deletions
diff --git a/cmake/headers.cmake b/cmake/headers.cmake
index af4511e6..88c7deb9 100644
--- a/cmake/headers.cmake
+++ b/cmake/headers.cmake
@@ -29,6 +29,7 @@ set(llfio_HEADERS
"include/llfio/v2.0/detail/impl/cached_parent_handle_adapter.ipp"
"include/llfio/v2.0/detail/impl/clone.ipp"
"include/llfio/v2.0/detail/impl/config.ipp"
+ "include/llfio/v2.0/detail/impl/dynamic_thread_pool_group.ipp"
"include/llfio/v2.0/detail/impl/fast_random_file_handle.ipp"
"include/llfio/v2.0/detail/impl/io_multiplexer.ipp"
"include/llfio/v2.0/detail/impl/path_discovery.ipp"
@@ -77,6 +78,7 @@ set(llfio_HEADERS
"include/llfio/v2.0/detail/impl/windows/test/iocp_multiplexer.ipp"
"include/llfio/v2.0/detail/impl/windows/utils.ipp"
"include/llfio/v2.0/directory_handle.hpp"
+ "include/llfio/v2.0/dynamic_thread_pool_group.hpp"
"include/llfio/v2.0/fast_random_file_handle.hpp"
"include/llfio/v2.0/file_handle.hpp"
"include/llfio/v2.0/fs_handle.hpp"
diff --git a/cmake/tests.cmake b/cmake/tests.cmake
index 47e3ba9e..de7d54d4 100644
--- a/cmake/tests.cmake
+++ b/cmake/tests.cmake
@@ -7,6 +7,7 @@ set(llfio_TESTS
"test/tests/directory_handle_create_close/runner.cpp"
"test/tests/directory_handle_enumerate/kernel_directory_handle_enumerate.cpp.hpp"
"test/tests/directory_handle_enumerate/runner.cpp"
+ "test/tests/dynamic_thread_pool_group.cpp"
"test/tests/fast_random_file_handle.cpp"
"test/tests/file_handle_create_close/kernel_file_handle.cpp.hpp"
"test/tests/file_handle_create_close/runner.cpp"