diff options
author | vvvv <vvvv@ydb.tech> | 2023-10-20 14:57:12 +0300 |
---|---|---|
committer | vvvv <vvvv@ydb.tech> | 2023-10-20 15:59:56 +0300 |
commit | b9149c26f5470959b292b4a793e9d24801498fdd (patch) | |
tree | c850a0b7dec73b5e1d6714ba7cd45d4fdc607417 /CMakeLists.windows-x86_64.txt | |
parent | 94b737e71f7f210914d394f192c49897c80e527d (diff) | |
download | ydb-b9149c26f5470959b292b4a793e9d24801498fdd.tar.gz |
YQL-16880 moved protobuf udf
Diffstat (limited to 'CMakeLists.windows-x86_64.txt')
-rw-r--r-- | CMakeLists.windows-x86_64.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.windows-x86_64.txt b/CMakeLists.windows-x86_64.txt index e8667d4e27..0348a298de 100644 --- a/CMakeLists.windows-x86_64.txt +++ b/CMakeLists.windows-x86_64.txt @@ -13,3 +13,4 @@ add_subdirectory(library) add_subdirectory(yt) add_subdirectory(certs) add_subdirectory(ydb) +add_subdirectory(yql) |