diff options
author | molotkov-and <molotkov-and@ydb.tech> | 2023-04-11 09:35:52 +0300 |
---|---|---|
committer | molotkov-and <molotkov-and@ydb.tech> | 2023-04-11 09:35:52 +0300 |
commit | bb50955aaec9a79a01de9bf6a136e5b17d741560 (patch) | |
tree | a84cb91cc37e002025fbf0d378dfa3bb6b92d48f /cloud/bitbucket/private-api/CMakeLists.txt | |
parent | 6ad0e01105cab8dc17e1318ed55da21a9e3cf104 (diff) | |
download | ydb-bb50955aaec9a79a01de9bf6a136e5b17d741560.tar.gz |
YDB support OpenID Connect
Diffstat (limited to 'cloud/bitbucket/private-api/CMakeLists.txt')
-rw-r--r-- | cloud/bitbucket/private-api/CMakeLists.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/cloud/bitbucket/private-api/CMakeLists.txt b/cloud/bitbucket/private-api/CMakeLists.txt new file mode 100644 index 0000000000..a0670ac6c3 --- /dev/null +++ b/cloud/bitbucket/private-api/CMakeLists.txt @@ -0,0 +1,9 @@ + +# This file was generated by the build system used internally in the Yandex monorepo. +# Only simple modifications are allowed (adding source-files to targets, adding simple properties +# like target_include_directories). These modifications will be ported to original +# ya.make files by maintainers. Any complex modifications which can't be ported back to the +# original buildsystem will not be accepted. + + +add_subdirectory(yandex) |