aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/xml/document/ya.make
blob: 9fed445b29da655462fd547d5c194960d6a28d0b (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()