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

OWNER(
    anskor
    g:images-followers g:images-robot g:images-search-quality g:images-nonsearch-quality
)

SRCS(
    hyperloglog.h 
    hyperloglog.cpp 
)

END()