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

OWNER(g:util) 

SRCS(
    popcount.cpp
)

END()