File tree 5 files changed +4
-1
lines changed
5 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ IF (OS_LINUX)
6
6
)
7
7
8
8
PEERDIR(
9
+ ydb/apps/version
9
10
library/cpp/getopt
10
11
library/cpp/string_utils/parse_size
11
12
ydb/core/blobstorage
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ IF (OS_LINUX AND NOT WITH_VALGRIND)
16
16
ENDIF ()
17
17
18
18
PEERDIR(
19
+ ydb/apps/version
19
20
ydb/core/blobstorage
20
21
ydb/core/blobstorage/ut_pdiskfit/lib
21
22
)
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ UNITTEST()
12
12
)
13
13
14
14
PEERDIR(
15
+ ydb/apps/version
15
16
ydb/core/base
16
17
ydb/core/blob_depot
17
18
ydb/core/blobstorage/backpressure
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ TIMEOUT(600)
7
7
SIZE(MEDIUM)
8
8
9
9
PEERDIR(
10
+ ydb/apps/version
10
11
library/cpp/getopt
11
12
library/cpp/svnversion
12
13
ydb/core/base
Original file line number Diff line number Diff line change 1
1
LIBRARY()
2
2
3
3
PEERDIR(
4
- ydb/apps/version
5
4
ydb/library/actors/core
6
5
ydb/library/actors/interconnect
7
6
library/cpp/monlib/service/pages
You can’t perform that action at this time.
0 commit comments