aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/bitseq/ya.make
blob: 758e2bec7756b85137457ab670199bf052adf267 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
LIBRARY()

OWNER(g:util)

PEERDIR( 
    util/draft 
    library/cpp/pop_count
) 
 
SRCS( 
    bitvector.cpp 
    readonly_bitvector.cpp
) 
 
END()