diff options
author | vvvv <vvvv@ydb.tech> | 2022-08-16 15:22:49 +0300 |
---|---|---|
committer | vvvv <vvvv@ydb.tech> | 2022-08-16 15:22:49 +0300 |
commit | 06b975b3c419a04e6fc58fedcb226fa080071c73 (patch) | |
tree | bd92c0735848589edb23cbb77113593c5d4010b0 /CMakeLists.darwin.txt | |
parent | 771ceeb916b191f7a7f9ba77c9179ce3c2300ef1 (diff) | |
download | ydb-06b975b3c419a04e6fc58fedcb226fa080071c73.tar.gz |
fix darwin build
Diffstat (limited to 'CMakeLists.darwin.txt')
-rw-r--r-- | CMakeLists.darwin.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.darwin.txt b/CMakeLists.darwin.txt index 32c3bbbb54..db4b1ca4b0 100644 --- a/CMakeLists.darwin.txt +++ b/CMakeLists.darwin.txt @@ -905,6 +905,7 @@ add_subdirectory(contrib/libs/poco/Foundation) add_subdirectory(contrib/libs/poco/JSON) add_subdirectory(contrib/libs/poco/XML) add_subdirectory(ydb/library/yql/providers/s3/compressors) +add_subdirectory(contrib/libs/lzma) add_subdirectory(ydb/library/yql/providers/s3/serializations) add_subdirectory(ydb/library/yql/udfs/common/clickhouse/client) add_subdirectory(ydb/library/yql/public/udf/support) |