diff options
author | Daniil Cherednik <[email protected]> | 2023-07-20 22:11:42 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2023-07-20 22:11:42 +0300 |
commit | d63f0523399ab2d93c1c6ca6c2dca082be5e52ba (patch) | |
tree | 1123a7aa3ac1d42f3ceaae288e639931d9dca92a /library/cpp/threading/CMakeLists.txt | |
parent | 068d4453cf9fc68c875eee73f5c637bb076f6a71 (diff) |
Ydb stable 23-2-1123.2.11
x-stable-origin-commit: 758ace972646c843c5e0785d75c8f4fe044580a1
Diffstat (limited to 'library/cpp/threading/CMakeLists.txt')
-rw-r--r-- | library/cpp/threading/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/threading/CMakeLists.txt b/library/cpp/threading/CMakeLists.txt index 1246829e673..6a92c755cd4 100644 --- a/library/cpp/threading/CMakeLists.txt +++ b/library/cpp/threading/CMakeLists.txt @@ -10,6 +10,7 @@ add_subdirectory(atomic) add_subdirectory(chunk_queue) add_subdirectory(equeue) add_subdirectory(future) +add_subdirectory(hot_swap) add_subdirectory(light_rw_lock) add_subdirectory(local_executor) add_subdirectory(poor_man_openmp) |