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