blob: daf1c8c3645deb56bddc35d2ba028b53215f46d2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
LIBRARY()
PEERDIR(
library/cpp/threading/hot_swap
library/cpp/threading/skip_list
)
GENERATE_ENUM_SERIALIZATION(thread_local.h)
SRCS(
thread_local.cpp
generic.cpp
)
END()
|