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

OWNER(g:util)

SRCS(
    popcount.cpp
)

END()