aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/misc/ya.make
blob: 9d75f7b9dc0b9f423280b61fc98b605c061baca7 (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
)