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