1 2 3 4 5 6 7
SET(util_SRC share.cpp units.cpp ) ADD_LIBRARY(util STATIC ${util_SRC}) TARGET_LINK_LIBRARIES(util 2geom ${INKSCAPE_LIBS})