aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/cron/ya.make
blob: ead272e83735b13897cba91e2e6a2b024c370537 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
LIBRARY()

SRCS(
    cron.cpp
)

PEERDIR(
    library/cpp/deprecated/atomic
)

END()