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

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

SRCS(
    exit.cpp
    thread_id.cpp
)

PEERDIR(
    library/cpp/yt/misc
)

END()