Code

Cmake: Fixed the extra -l in the link command, plus a add linking for all sub-libs...
[inkscape.git] / src / inkjar / CMakeLists.txt
1 SET(inkjar_SRC
2 jar.cpp
3 )
4 ADD_LIBRARY(inkjar STATIC ${inkjar_SRC})
5 TARGET_LINK_LIBRARIES(inkjar
6 2geom ${INKSCAPE_LIBS})