File tree Expand file tree Collapse file tree 4 files changed +21
-1
lines changed
include/ydb-cpp-sdk/client Expand file tree Collapse file tree 4 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 11add_subdirectory (iam/common)
2+ add_subdirectory (iam_private/common)
Original file line number Diff line number Diff line change 1+ _ydb_sdk_add_library(client-iam_private-types INTERFACE )
2+
3+ target_link_libraries (client-iam_private-types
4+ INTERFACE
5+ client-iam-types
6+ )
7+
8+ _ydb_sdk_install_targets(client-iam_private-types)
Original file line number Diff line number Diff line change 1+ add_subdirectory (common)
2+
13_ydb_sdk_add_library(client-iam_private)
24
35target_link_libraries (client-iam_private
@@ -6,7 +8,7 @@ target_link_libraries(client-iam_private
68 yutil
79 PRIVATE
810 api-client-yc_private
9- client-iam -common
11+ client-iam_private -common
1012)
1113
1214target_sources (client-iam_private
Original file line number Diff line number Diff line change 1+ _ydb_sdk_add_library(client-iam_private-common INTERFACE )
2+
3+ target_link_libraries (client-iam_private-common
4+ INTERFACE
5+ client-iam-common
6+ client-iam_private-types
7+ )
8+
9+ _ydb_sdk_install_targets(client-iam_private-common)
You can’t perform that action at this time.
0 commit comments