blob: b5a4f18db08c87e0b5e4ee82ec1b4a6eb30e4186 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
# SPDX-License-Identifier: GPL-2.0-or-later
set(xml_SRC
composite-node-observer.cpp
croco-node-iface.cpp
event.cpp
log-builder.cpp
node-fns.cpp
quote.cpp
repr.cpp
repr-css.cpp
repr-io.cpp
repr-sorting.cpp
repr-util.cpp
simple-document.cpp
simple-node.cpp
subtree.cpp
helper-observer.cpp
rebase-hrefs.cpp
# -------
# Headers
attribute-record.h
comment-node.h
composite-node-observer.h
croco-node-iface.h
document.h
element-node.h
event-fns.h
event.h
helper-observer.h
invalid-operation-exception.h
log-builder.h
node-event-vector.h
node-fns.h
node-iterators.h
node-observer.h
node.h
pi-node.h
quote-test.h
quote.h
rebase-hrefs.h
repr-action-test.h
repr-sorting.h
repr.h
simple-document.h
simple-node.h
sp-css-attr.h
subtree.h
text-node.h
)
# add_inkscape_lib(xml_LIB "${xml_SRC}")
add_inkscape_source("${xml_SRC}")
|