aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/CMakeLists.txt
diff options
context:
space:
mode:
authorermolovd <ermolovd@yandex-team.com>2023-10-02 16:28:29 +0300
committerermolovd <ermolovd@yandex-team.com>2023-10-02 17:46:23 +0300
commit2dd58a8a79545037b218d32588215396fc850f9f (patch)
treea44470c4215792eca451ceb95f7230c1589a73d0 /library/cpp/yt/CMakeLists.txt
parent45d9242d89e0811f346018242fde0dcfd1786202 (diff)
downloadydb-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.txt1
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)