summaryrefslogtreecommitdiffstats
path: root/src/svg/CMakeLists.txt
blob: 0abb9cd86da7d3125a8dac94346a26cb5adaeaa9 (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
# SPDX-License-Identifier: GPL-2.0-or-later

set(svg_SRC
	css-ostringstream.cpp
	path-string.cpp
    # sp-svg.def
	stringstream.cpp
	strip-trailing-zeros.cpp
	svg-affine.cpp
	svg-affine-parser.cpp
	svg-color.cpp
	svg-angle.cpp
	svg-length.cpp
	svg-bool.cpp
	svg-path.cpp


	# -------
	# Headers
	css-ostringstream.h
	path-string.h
	stringstream.h
	strip-trailing-zeros.h
	svg-color.h
	svg-icc-color.h
	svg-angle.h
	svg-length.h
	svg-bool.h
	svg.h

)

# add_inkscape_lib(svg_LIB "${svg_SRC}")
add_inkscape_source("${svg_SRC}")