aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/sorted_vector/ya.make
blob: 78f1c1494e56152a709b9725aa2c754109c37cd2 (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)