summaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/skip_list/ya.make
blob: a63cb48eb8e128030080082080884ad099c46c1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
LIBRARY()

SRCS(
    skiplist.cpp
)

END()

RECURSE(
    perf
    ut
)