Code

now that selection description includes style (filtered, clipped), we need to update...
[inkscape.git] / src / removeoverlap / CMakeLists.txt
1 SET(removeoverlap_SRC
2 removeoverlap.cpp
3 )
4 ADD_LIBRARY(removeoverlap STATIC ${removeoverlap_SRC})
5 TARGET_LINK_LIBRARIES(removeoverlap
6 2geom ${INKSCAPE_LIBS})