aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/l2_distance/ya.make
blob: 5375c34b7232d9456bfd0548e6696293feb646cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
LIBRARY()


SRCS(
    l2_distance.h
    l2_distance.cpp
)

PEERDIR(
    library/cpp/sse
)

END()