Code

Cmake: Fixed the extra -l in the link command, plus a add linking for all sub-libs...
[inkscape.git] / src / libnrtype / CMakeLists.txt
index 28ff101c9f5dee47dcced457db82b6810053c02b..61ecb009149a5f1af17f1b0a82f239eb6808c0d7 100644 (file)
@@ -16,4 +16,4 @@ TextWrapper.cpp
 )
 ADD_LIBRARY(nrtype STATIC ${libnrtype_SRC})
 TARGET_LINK_LIBRARIES(nrtype
-       "${INKSCAPE_LINK_FLAGS}" nr )
+nr ${INKSCAPE_LIBS})