aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/pop_count/benchmark/ya.make
blob: ba34ef196c7178e2f299258cfc47a194df3e79f3 (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()