blob: de067833bcf54b86a20ced106376c927a622d4d2 (
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
|
set(libavoid_SRC
connector.cpp
geometry.cpp
geomtypes.cpp
graph.cpp
makepath.cpp
orthogonal.cpp
router.cpp
shape.cpp
timer.cpp
vertices.cpp
viscluster.cpp
visibility.cpp
vpsc.cpp
# -------
# Headers
assertions.h
connector.h
debug.h
geometry.h
geomtypes.h
graph.h
libavoid.h
makepath.h
orthogonal.h
router.h
shape.h
timer.h
vertices.h
viscluster.h
visibility.h
vpsc.h
)
add_inkscape_lib(avoid_LIB "${libavoid_SRC}")
|