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

SRCS(
    mux_event.cpp
)

PEERDIR(
    library/cpp/deprecated/atomic
)

END()