Code

403ceca731ee6c8fcb03f5b20a95f5bd5a169514
[inkscape.git] / src / libavoid / CMakeLists.txt
1 SET(libavoid_SRC
2 connector.cpp
3 connector.h
4 debug.h
5 geometry.cpp
6 geometry.h
7 geomtypes.h
8 graph.cpp
9 graph.h
10 libavoid.h
11 makepath.cpp
12 makepath.h
13 polyutil.cpp
14 polyutil.h
15 region.cpp
16 region.h
17 router.cpp
18 router.h
19 shape.cpp
20 shape.h
21 static.cpp
22 static.h
23 timer.cpp
24 timer.h
25 vertices.cpp
26 vertices.h
27 visibility.cpp
28 visibility.h
29 )
30 ADD_LIBRARY(avoid STATIC ${libavoid_SRC})