aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/sse/ya.make
blob: 632bdf98b702a966bf4343d14e41aa166a1215f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
LIBRARY() 
 
OWNER(
    g:base
    danlark
)
 
SRCS( 
    sse.cpp
) 
 
END()