Code

58386389060fa5d213617c49c0e1a7bed2d5e75e
[inkscape.git] / src / livarot / CMakeLists.txt
1 SET(livarot_SRC\r
2 AlphaLigne.cpp
3 AlphaLigne.h
4 AVL.cpp
5 AVL.h
6 BitLigne.cpp
7 BitLigne.h
8 CMakeLists.txt
9 float-line.cpp
10 float-line.h
11 int-line.cpp
12 int-line.h
13 LivarotDefs.h
14 livarot-forward.h
15 Livarot.h
16 PathConversion.cpp
17 Path.cpp
18 PathCutting.cpp
19 path-description.cpp
20 path-description.h
21 Path.h
22 PathOutline.cpp
23 PathSimplify.cpp
24 PathStroke.cpp
25 Shape.cpp
26 ShapeDraw.cpp
27 Shape.h
28 ShapeMisc.cpp
29 ShapeRaster.cpp
30 ShapeSweep.cpp
31 sweep-event.cpp
32 sweep-event.h
33 sweep-event-queue.h
34 sweep-tree.cpp
35 sweep-tree.h
36 sweep-tree-list.cpp
37 sweep-tree-list.h\r
38 )\r
39 ADD_LIBRARY(livarot STATIC ${livarot_SRC})