diff options
author | vitalyisaev <vitalyisaev@yandex-team.com> | 2023-05-31 13:58:42 +0300 |
---|---|---|
committer | vitalyisaev <vitalyisaev@yandex-team.com> | 2023-05-31 13:58:42 +0300 |
commit | a495c64ce9b1f2df1299aa415287a90e61719400 (patch) | |
tree | 1655f42a7a5dbe0ff660c5860babf8722c021933 /CMakeLists.darwin-x86_64.txt | |
parent | 905720a7f9489423c651bcb8cd567eb92f0f3101 (diff) | |
download | ydb-a495c64ce9b1f2df1299aa415287a90e61719400.tar.gz |
PR from branch users/vitalyisaev/
Generic provider to external data sources
Diffstat (limited to 'CMakeLists.darwin-x86_64.txt')
-rw-r--r-- | CMakeLists.darwin-x86_64.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.darwin-x86_64.txt b/CMakeLists.darwin-x86_64.txt index fa276972cd..336903a636 100644 --- a/CMakeLists.darwin-x86_64.txt +++ b/CMakeLists.darwin-x86_64.txt @@ -12,3 +12,4 @@ add_subdirectory(util) add_subdirectory(library) add_subdirectory(ydb) add_subdirectory(certs) +add_subdirectory(yql) |