Code

filterUnits and primitiveUnits are now actually read/set, percentages for primitiveUn...
[inkscape.git] / src / display / CMakeLists.txt
index a1d61de9479664c976fc6ad5503b64307a5d881a..9fa2304bec544ae0714bf372574d62bc68d66cfd 100644 (file)
@@ -54,3 +54,6 @@ sp-ctrlline.cpp
 sp-ctrlquadr.cpp
 #testnr.cpp
 )
+ADD_LIBRARY(display STATIC ${display_SRC})
+TARGET_LINK_LIBRARIES(display
+2geom ${INKSCAPE_LIBS})
\ No newline at end of file