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

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

SRCS(
    exit.cpp
    thread_id.cpp
)

END()