Code

Cmake: Fixed the extra -l in the link command, plus a add linking for all sub-libs...
[inkscape.git] / src / util / CMakeLists.txt
index 5e193a8f23237c24a7d2035d2da880ff07edf2df..18237ac750e798d6fa824e821fb61a593867d05d 100644 (file)
@@ -2,4 +2,6 @@ SET(util_SRC
 share.cpp
 units.cpp
 )
-ADD_LIBRARY(util STATIC ${util_SRC})
\ No newline at end of file
+ADD_LIBRARY(util STATIC ${util_SRC})
+TARGET_LINK_LIBRARIES(util
+2geom ${INKSCAPE_LIBS})
\ No newline at end of file