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