Code

New high resolution icon by Jakob Steiner
[inkscape.git] / src / util / CMakeLists.txt
index b11720c26c74ab0155ff0558c47fb44108b69ee1..18237ac750e798d6fa824e821fb61a593867d05d 100644 (file)
@@ -1,5 +1,7 @@
 SET(util_SRC
-list-container-test.cpp
 share.cpp
 units.cpp
 )
+ADD_LIBRARY(util STATIC ${util_SRC})
+TARGET_LINK_LIBRARIES(util
+2geom ${INKSCAPE_LIBS})
\ No newline at end of file