aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/bitseq/ya.make
blob: c69d13b721e8b462751fc7f20bb7fd215b223641 (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()