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

OWNER(udovichenko-r)

SRCS(
    sorted_vector.cpp
)

END()
 
RECURSE_FOR_TESTS(ut)