blob: d5ba69971398db731ce2d7f28db96ade2a0c7c14 (
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()
 |