aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/disjoint_interval_tree/ya.make
blob: 688a415c0fb5424efe2fe78f63649e3c9a1ef30a (plain) (blame)
1
2
3
4
5
6
7
8
9
LIBRARY()

SRCS(disjoint_interval_tree.cpp)

END()

RECURSE_FOR_TESTS(
    ut
)