diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2009-01-12 01:25:52 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2009-01-12 01:25:52 +0000 |
| commit | 431b6e2c2cfe6c10b101aaaf296550b4ec44c862 (patch) | |
| tree | f962e3973c84b43e63ab44a3e9681876edde076c /src/libnrtype | |
| parent | copyedit (diff) | |
| download | inkscape-431b6e2c2cfe6c10b101aaaf296550b4ec44c862.tar.gz inkscape-431b6e2c2cfe6c10b101aaaf296550b4ec44c862.zip | |
Cmake: Fixed the extra -l in the link command, plus a add linking for all sub-libs of inkscape.
(bzr r7120)
Diffstat (limited to 'src/libnrtype')
| -rw-r--r-- | src/libnrtype/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnrtype/CMakeLists.txt b/src/libnrtype/CMakeLists.txt index 28ff101c9..61ecb0091 100644 --- a/src/libnrtype/CMakeLists.txt +++ b/src/libnrtype/CMakeLists.txt @@ -16,4 +16,4 @@ TextWrapper.cpp ) ADD_LIBRARY(nrtype STATIC ${libnrtype_SRC}) TARGET_LINK_LIBRARIES(nrtype - "${INKSCAPE_LINK_FLAGS}" nr ) +nr ${INKSCAPE_LIBS}) |
