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

SRCS(disjoint_interval_tree.cpp)

END()

RECURSE_FOR_TESTS(
    ut
)