Code

Cmake: added livarot as a lib, fixes problem with linking
[inkscape.git] / src / libnrtype / CMakeLists.txt
index ba5c40ca598d1aedb214a3a51aa192f169a7b0d1..905fc44c35ab1ee17db5f9cf0cbbbf08f5230049 100644 (file)
@@ -35,3 +35,5 @@ TextWrapper.cpp
 TextWrapper.h\r
 )\r
 ADD_LIBRARY(nrtype STATIC ${libnrtype_SRC})
+TARGET_LINK_LIBRARIES(nrtype\r
+       "${INKSCAPE_LINK_FLAGS}" nr )