forked from ydb-platform/ydb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed cmake target name duplication in SDK libs (ydb-platform#13731)
- Loading branch information
1 parent
bb43dfd
commit b6b0e97
Showing
6 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,11 @@ | ||
RECURSE( | ||
client | ||
json_value | ||
kicli | ||
yson_value | ||
) | ||
|
||
IF (NOT OPENSOURCE) | ||
RECURSE( | ||
json_value | ||
yson_value | ||
) | ||
ENDIF() |
2 changes: 1 addition & 1 deletion
2
ydb/public/sdk/cpp/include/ydb-cpp-sdk/client/iam/common/ya.make
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
LIBRARY() | ||
LIBRARY(client-iam-common-include) | ||
|
||
INCLUDE(${ARCADIA_ROOT}/ydb/public/sdk/cpp/sdk_common.inc) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
LIBRARY() | ||
LIBRARY(sdk-library-grpc-client-v3) | ||
|
||
INCLUDE(${ARCADIA_ROOT}/ydb/public/sdk/cpp/sdk_common.inc) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
ydb/public/sdk/cpp/src/library/persqueue/topic_parser_public/ya.make
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters