aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/containers/ya.make
blob: fbc70dbd7c8fb8270ed84971dc1c57abcfeb2893 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LIBRARY()

INCLUDE(${ARCADIA_ROOT}/library/cpp/yt/ya_cpp.make.inc)

SRCS(
)

PEERDIR(
    library/cpp/yt/assert
)

END()

RECURSE_FOR_TESTS(
    unittests
)