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

SRCS(
    stack_vec.cpp
)

END()

RECURSE_FOR_TESTS(ut)