diff options
author | thegeorg <thegeorg@yandex-team.com> | 2022-09-01 11:12:21 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2022-09-01 11:12:21 +0300 |
commit | 836e587fc927c87149f8f0b2676d2587e6a79111 (patch) | |
tree | a1dc626b3f63aafe28c126bf4ad2896b407f90bd /contrib/restricted/abseil-cpp/absl/CMakeLists.txt | |
parent | efcc81d2e83c5cdf710b08669626067def17340f (diff) | |
download | ydb-836e587fc927c87149f8f0b2676d2587e6a79111.tar.gz |
Merge absl/city and absl/demangle sublibraries to where they belong
Diffstat (limited to 'contrib/restricted/abseil-cpp/absl/CMakeLists.txt')
-rw-r--r-- | contrib/restricted/abseil-cpp/absl/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/restricted/abseil-cpp/absl/CMakeLists.txt b/contrib/restricted/abseil-cpp/absl/CMakeLists.txt index 6b663fea8e..cb86716db0 100644 --- a/contrib/restricted/abseil-cpp/absl/CMakeLists.txt +++ b/contrib/restricted/abseil-cpp/absl/CMakeLists.txt @@ -8,10 +8,8 @@ add_subdirectory(algorithm) add_subdirectory(base) -add_subdirectory(city) add_subdirectory(container) add_subdirectory(debugging) -add_subdirectory(demangle) add_subdirectory(flags) add_subdirectory(functional) add_subdirectory(hash) |