summaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/system/ya.make
blob: eb8509ce4f4bdc4744195168b0ab56926be705e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
LIBRARY()

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

SRCS(
    env.cpp
    exit.cpp
    thread_id.cpp
)

PEERDIR(
    library/cpp/yt/misc
)

END()

RECURSE_FOR_TESTS(
    unittests
)