aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/coding/ya.make
blob: 3dae919e57f8a741750e7200408bc4d612817a12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
LIBRARY()

SRCS(
)

PEERDIR(
    library/cpp/yt/exception
)

END()

RECURSE_FOR_TESTS(unittests)