diff options
author | hiddenpath <[email protected]> | 2022-08-11 13:11:49 +0300 |
---|---|---|
committer | hiddenpath <[email protected]> | 2022-08-11 13:11:49 +0300 |
commit | 187335a0df454fa6911d15a6d9a1145a518d4433 (patch) | |
tree | 60c007ee8bfeb667699f5f04ac0190534724d751 /contrib/restricted/abseil-cpp-tstring/y_absl/debugging/stacktrace | |
parent | 72f26ccd0c29abc9c55999e49eb091d907cc4788 (diff) |
Enlarge the hierarchy of Abseil-cpp lib
Enlarged the hierarchy of abseil-cpp library
Diffstat (limited to 'contrib/restricted/abseil-cpp-tstring/y_absl/debugging/stacktrace')
-rw-r--r-- | contrib/restricted/abseil-cpp-tstring/y_absl/debugging/stacktrace/CMakeLists.txt | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/stacktrace/CMakeLists.txt b/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/stacktrace/CMakeLists.txt deleted file mode 100644 index de152ad47fa..00000000000 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/stacktrace/CMakeLists.txt +++ /dev/null @@ -1,26 +0,0 @@ - -# This file was gererated by the build system used internally in the Yandex monorepo. -# Only simple modifications are allowed (adding source-files to targets, adding simple properties -# like target_include_directories). These modifications will be ported to original -# ya.make files by maintainers. Any complex modifications which can't be ported back to the -# original buildsystem will not be accepted. - - - -add_library(yabsl-debugging-stacktrace) -target_compile_options(yabsl-debugging-stacktrace PRIVATE - -Wno-everything -) -target_include_directories(yabsl-debugging-stacktrace PUBLIC - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring -) -target_link_libraries(yabsl-debugging-stacktrace PUBLIC - contrib-libs-cxxsupp - yutil - ybase-internal-raw_logging - yabsl-base-log_severity - yabseil-cpp-tstring-y_absl-debugging -) -target_sources(yabsl-debugging-stacktrace PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/stacktrace.cc -) |