diff options
| author | Joshua L. Blocher <verbalshadow@gmail.com> | 2008-04-27 22:31:54 +0000 |
|---|---|---|
| committer | verbalshadow <verbalshadow@users.sourceforge.net> | 2008-04-27 22:31:54 +0000 |
| commit | 008f6e229d4f2da76e608d6cc55a9b3ee72f64d3 (patch) | |
| tree | 87b635aa84c4de0954ab790657cf3d93170db09f /src/CMakeLists.txt | |
| parent | copyedit (diff) | |
| download | inkscape-008f6e229d4f2da76e608d6cc55a9b3ee72f64d3.tar.gz inkscape-008f6e229d4f2da76e608d6cc55a9b3ee72f64d3.zip | |
Cmake: added livarot as a lib, fixes problem with linking
(bzr r5532)
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d135dc04f..56526705c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -81,7 +81,8 @@ libcroco libgdl
libnr
libnrtype
-libvpsc
+libvpsc +livarot
)
FOREACH(dirlist ${libfolders})
@@ -305,7 +306,7 @@ ${ONLY_WIN} # make executable for INKSCAPE
ADD_EXECUTABLE(inkscape ${INKSCAPE_SRC})
TARGET_LINK_LIBRARIES(inkscape
- "${INKSCAPE_LINK_FLAGS}" 2geom avoid cola croco gdl nr nrtype vpsc
+ "${INKSCAPE_LINK_FLAGS}" 2geom avoid cola croco gdl nr nrtype vpsc livarot
)
#INSTALL(TARGETS INKSCAPE
# RUNTIME DESTINATION bin
|
