diff options
author | alexv-smirnov <alex@ydb.tech> | 2023-09-19 12:14:42 +0300 |
---|---|---|
committer | alexv-smirnov <alex@ydb.tech> | 2023-09-19 12:43:02 +0300 |
commit | 4662db373a1785a836134a4b2342e8471342bdda (patch) | |
tree | 2df6840dc71039dbcb4192a4b6b2edbf5f26248d /library/cpp/protobuf/CMakeLists.txt | |
parent | 0364421e62126bcf971c82084d3c923be85c77c7 (diff) | |
download | ydb-4662db373a1785a836134a4b2342e8471342bdda.tar.gz |
Clone protobuf_udf to ydb/library
Diffstat (limited to 'library/cpp/protobuf/CMakeLists.txt')
-rw-r--r-- | library/cpp/protobuf/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/cpp/protobuf/CMakeLists.txt b/library/cpp/protobuf/CMakeLists.txt index cfd4a1733f..ab3580519b 100644 --- a/library/cpp/protobuf/CMakeLists.txt +++ b/library/cpp/protobuf/CMakeLists.txt @@ -6,6 +6,8 @@ # original buildsystem will not be accepted. +add_subdirectory(dynamic_prototype) add_subdirectory(interop) add_subdirectory(json) add_subdirectory(util) +add_subdirectory(yql) |