aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/xml/document/ya.make
blob: 1f284951e85a2bf13b9a3ae42485fbdb228f2fb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LIBRARY()
 
OWNER(finder)

SRCS(
    xml-document.cpp 
    xml-textreader.cpp
    xml-options.cpp
) 
 
PEERDIR( 
    library/cpp/xml/init
    contrib/libs/libxml 
    library/cpp/string_utils/ztstrbuf
) 
 
END()