aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/local_executor/ya.make
blob: e192634b94364c42a9fb5fecc3e7dd1afa7d24a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
OWNER(
    g:matrixnet
    gulin
    kirillovs
    espetrov
)

LIBRARY()

SRCS(
    local_executor.cpp
    tbb_local_executor.cpp
)

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

END()