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

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

SRCS(
    main.cpp
)

END()