Code

updated spanish.nsh and inkscape.nsi to reflect latest file-changes
[inkscape.git] / trunk / 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})