aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/xz/common
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-01 20:45:28 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-03-01 20:45:28 +0300
commitc71dfbc7a152b6f951bca559dcfa23af6d3952a3 (patch)
treefe52870e806f35cce8853bd4a0e0b6ec3619bf10 /contrib/libs/xz/common
parent05995d9c65035b08087f9971beea7a009b2b1872 (diff)
downloadydb-c71dfbc7a152b6f951bca559dcfa23af6d3952a3.tar.gz
intermediate changes
ref:1bd5d52142d3b1cd797d1dcc1dc7c82ea4a091be
Diffstat (limited to 'contrib/libs/xz/common')
-rw-r--r--contrib/libs/xz/common/CMakeLists.txt24
1 files changed, 0 insertions, 24 deletions
diff --git a/contrib/libs/xz/common/CMakeLists.txt b/contrib/libs/xz/common/CMakeLists.txt
deleted file mode 100644
index a9f5098f6d..0000000000
--- a/contrib/libs/xz/common/CMakeLists.txt
+++ /dev/null
@@ -1,24 +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(libs-xz-common)
-target_compile_options(libs-xz-common PRIVATE
- -DTUKLIB_SYMBOL_PREFIX=lzma_
-)
-target_include_directories(libs-xz-common PRIVATE
- ${CMAKE_SOURCE_DIR}/contrib/libs/xz
- ${CMAKE_SOURCE_DIR}/contrib/libs/xz/common
-)
-target_link_libraries(libs-xz-common PUBLIC
- contrib-libs-cxxsupp
- yutil
-)
-target_sources(libs-xz-common PRIVATE
- ${CMAKE_SOURCE_DIR}/contrib/libs/xz/common/tuklib_cpucores.c
-)