aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/pop_count/benchmark/ya.make
blob: 7fb54a519a25ce5ff03ccbf59823039755e11264 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OWNER(g:util)

Y_BENCHMARK()

PEERDIR(
    util/draft
    library/cpp/pop_count
)

SRCS(
    main.cpp
)

END()