aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/skip_list/ya.make
blob: d338aeae2bfc4e578aaf37470f6f509e61ff5700 (plain) (blame)
1
2
3
4
5
6
7
8
9
LIBRARY()

OWNER(g:rtmr)

SRCS(
    skiplist.cpp
)

END()