Skip to content

Commit

Permalink
Remove C++ SDKv2 from dependency graph in github (#13716)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gazizonoki authored Jan 22, 2025
1 parent 0b0bfcd commit b0e1e9d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ydb/public/sdk/cpp/ya.make
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
RECURSE(
adapters
client
examples
src
)

IF (NOT OPENSOURCE)
RECURSE(
client
)
ENDIF()

RECURSE_FOR_TESTS(
tests
)

0 comments on commit b0e1e9d

Please sign in to comment.