diff options
author | ermolovd <ermolovd@yandex-team.com> | 2023-10-02 16:28:29 +0300 |
---|---|---|
committer | ermolovd <ermolovd@yandex-team.com> | 2023-10-02 17:46:23 +0300 |
commit | 2dd58a8a79545037b218d32588215396fc850f9f (patch) | |
tree | a44470c4215792eca451ceb95f7230c1589a73d0 /library/cpp/yt/CMakeLists.txt | |
parent | 45d9242d89e0811f346018242fde0dcfd1786202 (diff) | |
download | ydb-2dd58a8a79545037b218d32588215396fc850f9f.tar.gz |
YT-19578: Move user_job_statistics to yt/cpp/mapreduce/library
Diffstat (limited to 'library/cpp/yt/CMakeLists.txt')
-rw-r--r-- | library/cpp/yt/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/library/cpp/yt/CMakeLists.txt b/library/cpp/yt/CMakeLists.txt index db789d02dd..b1dc1594fc 100644 --- a/library/cpp/yt/CMakeLists.txt +++ b/library/cpp/yt/CMakeLists.txt @@ -20,6 +20,5 @@ add_subdirectory(small_containers) add_subdirectory(string) add_subdirectory(system) add_subdirectory(threading) -add_subdirectory(user_job_statistics) add_subdirectory(yson) add_subdirectory(yson_string) |