Code

Merging in the DBus Interface from GSoC 2009
[inkscape.git] / src / display / CMakeLists.txt
index b0f9b1dc87528ff10966e2f097bb8b90be3e9d88..9fa2304bec544ae0714bf372574d62bc68d66cfd 100644 (file)
@@ -1,6 +1,4 @@
-SET(display
-bezier-utils.cpp
-bezier-utils-test.cpp
+SET(display_SRC
 canvas-arena.cpp
 canvas-axonomgrid.cpp
 canvas-bpath.cpp
@@ -44,6 +42,7 @@ nr-filter-utils.cpp
 nr-light.cpp
 nr-plain-stuff.cpp
 nr-plain-stuff-gdk.cpp
+nr-svgfonts.h
 pixblock-scaler.cpp
 pixblock-transform.cpp
 snap-indicator.cpp
@@ -53,5 +52,8 @@ sp-canvas.cpp
 sp-canvas-util.cpp
 sp-ctrlline.cpp
 sp-ctrlquadr.cpp
-testnr.cpp
+#testnr.cpp
 )
+ADD_LIBRARY(display STATIC ${display_SRC})
+TARGET_LINK_LIBRARIES(display
+2geom ${INKSCAPE_LIBS})
\ No newline at end of file