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

SRCS(
    hot_swap.cpp
)

PEERDIR(
    library/cpp/deprecated/atomic
)

END()