Code

UI: punctiation and mnemonics in preferences, export and ico preview dialog
[inkscape.git] / src / livarot / CMakeLists.txt
1 SET(livarot_SRC
2 AlphaLigne.cpp
3 AVL.cpp
4 BitLigne.cpp
5 float-line.cpp
6 int-line.cpp
7 PathConversion.cpp
8 Path.cpp
9 PathCutting.cpp
10 path-description.cpp
11 PathOutline.cpp
12 PathSimplify.cpp
13 PathStroke.cpp
14 Shape.cpp
15 ShapeDraw.cpp
16 ShapeMisc.cpp
17 ShapeRaster.cpp
18 ShapeSweep.cpp
19 sweep-event.cpp
20 sweep-tree.cpp
21 sweep-tree-list.cpp
22 )
23 ADD_LIBRARY(livarot STATIC ${livarot_SRC})
24 TARGET_LINK_LIBRARIES(nrtype
25 ${INKSCAPE_LIBS})