blob: f95e0bbf07045166b06864f471994cef80372386 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
LIBRARY()
SRCS(
xml-document.cpp
xml-textreader.cpp
xml-options.cpp
)
PEERDIR(
library/cpp/xml/init
contrib/libs/libxml
library/cpp/string_utils/ztstrbuf
)
END()
RECURSE_FOR_TESTS(
ut
)
|