diff options
Diffstat (limited to 'library/cpp/threading/thread_local')
| -rw-r--r-- | library/cpp/threading/thread_local/ya.make | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/library/cpp/threading/thread_local/ya.make b/library/cpp/threading/thread_local/ya.make new file mode 100644 index 00000000000..676381ab0f4 --- /dev/null +++ b/library/cpp/threading/thread_local/ya.make @@ -0,0 +1,12 @@ +LIBRARY() + +PEERDIR( + library/cpp/threading/hot_swap + library/cpp/threading/skip_list +) + +GENERATE_ENUM_SERIALIZATION(thread_local.h) + +SRCS(thread_local.cpp) + +END() |
