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