Code

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