aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/intrusive_rb_tree/ya.make
blob: 492f83e6707ba39187cb244ce0da013f3c928f22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
LIBRARY()

SRCS(
    rb_tree.cpp
)

END()

RECURSE(
    fuzz
    ut
)