aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/pop_count/benchmark/ya.make
blob: e7ea9418db5030f4d03ab97c2c8bd9fd773294dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Y_BENCHMARK()

PEERDIR(
    util/draft
    library/cpp/pop_count
)

SRCS(
    main.cpp
)

END()