Code

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