Code

Connector tool: make connectors avoid the convex hull of shapes.
[inkscape.git] / src / dialogs / CMakeLists.txt
1 SET(dialogs_SRC
2 clonetiler.cpp
3 dialog-events.cpp
4 export.cpp
5 extensions.cpp
6 fill-style.cpp
7 find.cpp
8 guidelinedialog.cpp
9 iconpreview.cpp
10 in-dt-coordsys.cpp
11 input.cpp
12 item-properties.cpp
13 layer-properties.cpp
14 layers-panel.cpp
15 object-attributes.cpp
16 rdf.cpp
17 sp-attribute-widget.cpp
18 stroke-style.cpp
19 swatches.cpp
20 text-edit.cpp
21 unclump.cpp
22 xml-tree.cpp
23 )
24 ADD_LIBRARY(dialogs STATIC ${dialogs_SRC})
25 TARGET_LINK_LIBRARIES(dialogs
26 2geom ${INKSCAPE_LIBS})