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

PEERDIR(
    util/draft
    library/cpp/pop_count
)

SRCS(
    bitvector.cpp
    readonly_bitvector.cpp
)

END()

RECURSE_FOR_TESTS(
    ut
)