summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/autotrace/CMakeLists.txt
blob: 2f5db8280089063f3997fc48d1833fa8315d4bc5 (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
set ( autotrace_SRC
config.h
atou.c
atou.h
autotrace.c
autotrace.h
bitmap.c
bitmap.h
CMakeLists.txt
cmdline.h
color.c
color.h
curve.c
curve.h
datetime.c
datetime.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}")