diff options
author | arcadia-devtools <[email protected]> | 2022-06-01 19:39:37 +0300 |
---|---|---|
committer | arcadia-devtools <[email protected]> | 2022-06-01 19:39:37 +0300 |
commit | 99fca73a0675152ed88aab094d59e84e0789715d (patch) | |
tree | 1e2ed67a7773e90ac63025cbe49f3491fa3098c3 /library/cpp/yt/string | |
parent | adef74076d4daf7d6eecf0d25f61a5a6a4e05c38 (diff) |
intermediate changes
ref:92c37846cff40718ed69273194a02776aa72f499
Diffstat (limited to 'library/cpp/yt/string')
-rw-r--r-- | library/cpp/yt/string/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/yt/string/CMakeLists.txt b/library/cpp/yt/string/CMakeLists.txt index 44d008313e1..757c10151f9 100644 --- a/library/cpp/yt/string/CMakeLists.txt +++ b/library/cpp/yt/string/CMakeLists.txt @@ -14,6 +14,7 @@ target_link_libraries(cpp-yt-string PUBLIC cpp-yt-assert cpp-yt-exception cpp-yt-misc + cpp-yt-small_containers ) target_sources(cpp-yt-string PRIVATE ${CMAKE_SOURCE_DIR}/library/cpp/yt/string/enum.cpp |