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

SRCS(
    popcount.cpp
)

END()

RECURSE(
    benchmark
    ut
)