Code

Fix crash reported in bug 214186 (related to the "remove overlap" function in the...
[inkscape.git] / src / removeoverlap / CMakeLists.txt
index a7c18b8869e30d59d24239e74d2799e451b9a11c..7f71c29dc6242834cdea5d2f8dbe1abd7015ca01 100644 (file)
@@ -1,3 +1,6 @@
 SET(removeoverlap_SRC
 removeoverlap.cpp
 )
+ADD_LIBRARY(removeoverlap STATIC ${removeoverlap_SRC})
+TARGET_LINK_LIBRARIES(removeoverlap
+2geom ${INKSCAPE_LIBS})
\ No newline at end of file