diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-11-12 21:25:31 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-11-12 21:39:54 +0300 |
commit | d28c55ab25cc8cedab8a5f4736c0d66e88b3da95 (patch) | |
tree | 73d373709b74fa2baaa4fe02a40a77c0a5baf6b7 /library/cpp/yt/CMakeLists.txt | |
parent | 35b17f4f3b6e0ed855e7e47d3f1eb57470388a2c (diff) | |
download | ydb-d28c55ab25cc8cedab8a5f4736c0d66e88b3da95.tar.gz |
Intermediate changes
Diffstat (limited to 'library/cpp/yt/CMakeLists.txt')
-rw-r--r-- | library/cpp/yt/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/cpp/yt/CMakeLists.txt b/library/cpp/yt/CMakeLists.txt index b1dc1594fc..d05e8fb68e 100644 --- a/library/cpp/yt/CMakeLists.txt +++ b/library/cpp/yt/CMakeLists.txt @@ -16,7 +16,9 @@ add_subdirectory(logging) add_subdirectory(malloc) add_subdirectory(memory) add_subdirectory(misc) +add_subdirectory(mlock) add_subdirectory(small_containers) +add_subdirectory(stockpile) add_subdirectory(string) add_subdirectory(system) add_subdirectory(threading) |