diff options
author | ifsmirnov <ifsmirnov@yandex-team.com> | 2022-10-27 15:26:53 +0300 |
---|---|---|
committer | ifsmirnov <ifsmirnov@yandex-team.com> | 2022-10-27 15:26:53 +0300 |
commit | 4d05deef52c4b096f042ad1ff65284e2c411cae1 (patch) | |
tree | ffefd52bfe3cf9c9fbeb142d1dae8eb1e105115e /library/cpp/CMakeLists.darwin.txt | |
parent | 2a0b57f3998e3db7905b20ecd6218e62e3206d3a (diff) | |
download | ydb-4d05deef52c4b096f042ad1ff65284e2c411cae1.tar.gz |
Extract TDigest from YQL to library
Diffstat (limited to 'library/cpp/CMakeLists.darwin.txt')
-rw-r--r-- | library/cpp/CMakeLists.darwin.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/cpp/CMakeLists.darwin.txt b/library/cpp/CMakeLists.darwin.txt index 2be083d69c..a58afa12b2 100644 --- a/library/cpp/CMakeLists.darwin.txt +++ b/library/cpp/CMakeLists.darwin.txt @@ -72,6 +72,7 @@ add_subdirectory(sse) add_subdirectory(streams) add_subdirectory(string_utils) add_subdirectory(svnversion) +add_subdirectory(tdigest) add_subdirectory(terminate_handler) add_subdirectory(testing) add_subdirectory(threading) |