aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/threading/skip_list/perf/ya.make
blob: 97ce3a10651dc47c153d8535390cda60eca8eb49 (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()