summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fd5c895)
raw | patch | inline | side by side (parent: fd5c895)
author | verbalshadow <verbalshadow@users.sourceforge.net> | |
Sun, 27 Apr 2008 22:31:54 +0000 (22:31 +0000) | ||
committer | verbalshadow <verbalshadow@users.sourceforge.net> | |
Sun, 27 Apr 2008 22:31:54 +0000 (22:31 +0000) |
src/CMakeLists.txt | patch | blob | history | |
src/libnr/CMakeLists.txt | patch | blob | history | |
src/libnrtype/CMakeLists.txt | patch | blob | history | |
src/livarot/CMakeLists.txt | [new file with mode: 0644] | patch | blob |
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index d135dc04fcc964bd635c95020f575424dcf70eff..56526705c7d57906da051898ab2c3fe1a078ecda 100644 (file)
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
libgdl\r
libnr\r
libnrtype\r
-libvpsc\r
+libvpsc
+livarot\r
)\r
\r
FOREACH(dirlist ${libfolders})\r
# make executable for INKSCAPE\r
ADD_EXECUTABLE(inkscape ${INKSCAPE_SRC})\r
TARGET_LINK_LIBRARIES(inkscape\r
- "${INKSCAPE_LINK_FLAGS}" 2geom avoid cola croco gdl nr nrtype vpsc\r
+ "${INKSCAPE_LINK_FLAGS}" 2geom avoid cola croco gdl nr nrtype vpsc livarot\r
)\r
#INSTALL(TARGETS INKSCAPE\r
# RUNTIME DESTINATION bin\r
index e1ec8bb69cbba9068cd76a6fa8c941778db027df..9adfb1236d5cc2c570f88c7460d6b39ecd082cc9 100644 (file)
--- a/src/libnr/CMakeLists.txt
+++ b/src/libnr/CMakeLists.txt
testnr.cpp\r
)\r
ADD_LIBRARY(nr STATIC ${libnr_SRC})
+TARGET_LINK_LIBRARIES(nr\r
+ "${INKSCAPE_LINK_FLAGS}" 2geom )
index ba5c40ca598d1aedb214a3a51aa192f169a7b0d1..905fc44c35ab1ee17db5f9cf0cbbbf08f5230049 100644 (file)
TextWrapper.h\r
)\r
ADD_LIBRARY(nrtype STATIC ${libnrtype_SRC})
+TARGET_LINK_LIBRARIES(nrtype\r
+ "${INKSCAPE_LINK_FLAGS}" nr )
diff --git a/src/livarot/CMakeLists.txt b/src/livarot/CMakeLists.txt
--- /dev/null
@@ -0,0 +1,39 @@
+SET(livarot_SRC\r
+AlphaLigne.cpp
+AlphaLigne.h
+AVL.cpp
+AVL.h
+BitLigne.cpp
+BitLigne.h
+CMakeLists.txt
+float-line.cpp
+float-line.h
+int-line.cpp
+int-line.h
+LivarotDefs.h
+livarot-forward.h
+Livarot.h
+PathConversion.cpp
+Path.cpp
+PathCutting.cpp
+path-description.cpp
+path-description.h
+Path.h
+PathOutline.cpp
+PathSimplify.cpp
+PathStroke.cpp
+Shape.cpp
+ShapeDraw.cpp
+Shape.h
+ShapeMisc.cpp
+ShapeRaster.cpp
+ShapeSweep.cpp
+sweep-event.cpp
+sweep-event.h
+sweep-event-queue.h
+sweep-tree.cpp
+sweep-tree.h
+sweep-tree-list.cpp
+sweep-tree-list.h\r
+)\r
+ADD_LIBRARY(livarot STATIC ${livarot_SRC})