aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/misc/ya.make
blob: bb76711ddd353e9b7c7a9c6f613ec479e6d5f55e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
LIBRARY()

OWNER(g:yt)

SRCS(
    guid.cpp
    source_location.cpp
)

PEERDIR(
    library/cpp/yt/exception
)

CHECK_DEPENDENT_DIRS(
    ALLOW_ONLY ALL
    build
    contrib
    library
    util
    yt/yt/library/small_containers
)

END()

RECURSE_FOR_TESTS(
    unittests
)