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

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

SRCS(
    thread_id.cpp
)

END()