aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/skip_list/perf/ya.make
blob: b0df32d0767371088e3198d3cff3ba09bfcc8f87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PROGRAM(skiplist-perf)

OWNER(g:rtmr)

PEERDIR(
    library/cpp/charset
    library/cpp/getopt/small 
    library/cpp/threading/skip_list 
)

SRCS(
    main.cpp
)

END()