aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorvvvv <vvvv@yandex-team.ru>2022-02-23 04:14:00 +0300
committervvvv <vvvv@yandex-team.ru>2022-02-23 04:14:00 +0300
commitb958f140608f127fbd9016500d0ef4e3a9c355d2 (patch)
tree6805e7d83775f86ab60d4b20f1f3a6caf7ed4f9c /CMakeLists.txt
parentbd77aa5b75631ae18c9dc30db2cb6e43bd904145 (diff)
downloadydb-b958f140608f127fbd9016500d0ef4e3a9c355d2.tar.gz
YQL-13710 initial parser of pg catalog data
ref:0d69ad05b60b4b9030358e3d7327f66bddaee345
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7c94ad6c7d..db7f9e4ebb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1066,6 +1066,7 @@ add_subdirectory(ydb/core/kesus/tablet/quoter_performance_test)
add_subdirectory(ydb/core/ymq/client/bin)
add_subdirectory(ydb/core/ymq/client/cpp)
add_subdirectory(ydb/core/yq/libs/pretty_printers)
+add_subdirectory(ydb/library/yql/parser/pg_catalog)
add_subdirectory(ydb/library/yql/parser/lexer_common)
add_subdirectory(ydb/library/yql/utils/threading)
add_subdirectory(ydb/public/sdk/cpp/client/ydb_persqueue_core/ut/with_offset_ranges_mode_ut)