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/libavoid | |
| 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/libavoid')
| -rw-r--r-- | src/libavoid/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libavoid/CMakeLists.txt b/src/libavoid/CMakeLists.txt index db24527f1..df532c564 100644 --- a/src/libavoid/CMakeLists.txt +++ b/src/libavoid/CMakeLists.txt @@ -13,3 +13,5 @@ vertices.cpp visibility.cpp ) ADD_LIBRARY(avoid STATIC ${libavoid_SRC}) +TARGET_LINK_LIBRARIES(avoid +${INKSCAPE_LIBS})
\ No newline at end of file |
