aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/string_utils/quote/ya.make
blob: d48130fe240634f5fc6218710c7671161750f58f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
LIBRARY() 
 
OWNER(g:util) 
 
SRCS( 
    quote.cpp 
    quote.h 
) 
 
END()