summaryrefslogtreecommitdiffstats
path: root/src/dom/CMakeLists.txt
blob: 7c49466c2c2b65e46b43e3a9330b18926ee26466 (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
56
57
58
59
60
61
62
set(dom_SRC
	cssreader.cpp
	domimpl.cpp
	domptr.cpp
	domstring.cpp
	lsimpl.cpp
	prop-css2.cpp
	prop-css.cpp
	prop-svg.cpp
	smilimpl.cpp
	svgimpl.cpp
	svgreader.cpp
	ucd.cpp
	uri.cpp
	xmlreader.cpp
	xpathimpl.cpp
	xpathparser.cpp
	xpathtoken.cpp
	
	io/domstream.cpp
	
	util/ziptool.cpp


	# -------
	# Headers
	css.h
	cssreader.h
	dom.h
	domimpl.h
	domptr.h
	domstring.h
	events.h
	ls.h
	lsimpl.h
	smil.h
	smilimpl.h
	stylesheets.h
	svg.h
	svg2.h
	svgimpl.h
	svgreader.h
	svgtypes.h
	traversal.h
	ucd.h
	uri.h
	views-level3.h
	views.h
	xmlreader.h
	xmlwriter.h
	xpath.h
	xpathimpl.h
	xpathparser.h
	xpathtoken.h

	io/domstream.h

	util/ziptool.h
)

add_inkscape_lib(dom_LIB "${dom_SRC}")