diff options
| author | ishfb <[email protected]> | 2022-02-10 16:48:07 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:07 +0300 |
| commit | 0170772a2dbf133f32e17ca137ff64790d43831f (patch) | |
| tree | 68ce3ab477bcb9e09abf2b0a6e7b34287c53f0df /library/cpp/threading/future/ya.make | |
| parent | df6128370874866447314ec18d8e67fc7bde40b4 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/threading/future/ya.make')
| -rw-r--r-- | library/cpp/threading/future/ya.make | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/threading/future/ya.make b/library/cpp/threading/future/ya.make index 6591031f460..aea750cb3ec 100644 --- a/library/cpp/threading/future/ya.make +++ b/library/cpp/threading/future/ya.make @@ -2,10 +2,10 @@ OWNER( g:rtmr ) -LIBRARY() - +LIBRARY() + SRCS( - async.cpp + async.cpp core/future.cpp core/fwd.cpp fwd.cpp @@ -15,7 +15,7 @@ SRCS( wait/wait_policy.cpp ) -END() +END() RECURSE_FOR_TESTS( mt_ut |
