blob: 97b644599a2b70427264df6a696c4bfabd04a58c (
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
|
set ( autotrace_SRC
config.h
autotrace.c
autotrace.h
bitmap.c
bitmap.h
CMakeLists.txt
color.c
color.h
curve.c
curve.h
despeckle.c
despeckle.h
epsilon-equal.c
epsilon-equal.h
exception.c
exception.h
filename.c
filename.h
fit.c
fit.h
image-header.h
image-proc.c
image-proc.h
input.c
input.h
intl.h
logreport.c
logreport.h
median.c
module.c
output.c
output.h
private.h
pxl-outline.c
pxl-outline.h
quantize.h
spline.c
spline.h
thin-image.c
thin-image.h
types.h
vector.c
vector.h
xstd.h
)
add_inkscape_lib(autotrace_LIB "${autotrace_SRC}")
|