blob: 943c3088fe824958f1e7493ee1d9c2fd98154920 (
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
|
set(svg_SRC
css-ostringstream.cpp
#ftos.cpp
itos.cpp
path-string.cpp
round.cpp
sp-svg.def
stringstream.cpp
strip-trailing-zeros.cpp
svg-affine.cpp
svg-color.cpp
svg-length.cpp
svg-path.cpp
# test-stubs.cpp
# -------
# Headers
css-ostringstream-test.h
css-ostringstream.h
path-string.h
stringstream-test.h
stringstream.h
strip-trailing-zeros.h
svg-affine-test.h
svg-color-test.h
svg-color.h
svg-icc-color.h
svg-length-test.h
svg-length.h
svg-path-geom-test.h
svg.h
# test-stubs.h
)
# add_inkscape_lib(svg_LIB "${svg_SRC}")
add_inkscape_source("${svg_SRC}")
|