aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/local_executor/ya.make
blob: 2ccaa3031a83f5877bf49e110949660bf17010e2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
LIBRARY()

SRCS(
    local_executor.cpp
    tbb_local_executor.cpp
)

PEERDIR(
    contrib/libs/tbb
    library/cpp/threading/future
    library/cpp/deprecated/atomic
)

END()

RECURSE_FOR_TESTS(
    ut
)