diff options
| author | a-romanov <[email protected]> | 2022-06-03 15:17:54 +0300 |
|---|---|---|
| committer | a-romanov <[email protected]> | 2022-06-03 15:17:54 +0300 |
| commit | 950f1f0bb785be2b41cf4916ca94a3d24f29fdda (patch) | |
| tree | 41a02aa37059bc2de9ce8bc4e14323f84c63376b /CMakeLists.darwin.txt | |
| parent | b2c13c5016730c435d1108087ee23caf5ae37024 (diff) | |
YQ-1037 lz4 support draft.
ref:13a14e17f32616cc493f4af5d7d93769582128e6
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 f7ebb70ba15..526e6e77beb 100644 --- a/CMakeLists.darwin.txt +++ b/CMakeLists.darwin.txt @@ -1216,6 +1216,7 @@ add_subdirectory(ydb/library/yql/parser/pg_catalog/ut) add_subdirectory(ydb/library/yql/parser/lexer_common/ut) add_subdirectory(ydb/library/yql/providers/common/schema) add_subdirectory(ydb/library/yql/providers/common/schema/skiff) +add_subdirectory(ydb/library/yql/providers/s3/compressors) add_subdirectory(ydb/library/yql/providers/function/common) add_subdirectory(ydb/library/yql/providers/function/expr_nodes) add_subdirectory(ydb/library/yql/providers/function/gateway) |
