summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2008-05-03 02:35:32 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2008-05-03 02:35:32 +0000
commitfc259d9392a7569098c871d9aa5efe7b3fe66219 (patch)
treec6de3a960872f886f1774a8ace934aaa7d122e6d /src
parentmake more messages immediate (diff)
downloadinkscape-fc259d9392a7569098c871d9aa5efe7b3fe66219.tar.gz
inkscape-fc259d9392a7569098c871d9aa5efe7b3fe66219.zip
Cmake: Fix some double linking flags
(bzr r5584)
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt8
-rw-r--r--src/extension/internal/CMakeLists.txt31
-rw-r--r--src/libcroco/CMakeLists.txt114
3 files changed, 90 insertions, 63 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 4984daa17..6e446b284 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -611,8 +611,8 @@ TARGET_LINK_LIBRARIES(inkscape
)
# make executable for INKVIEW
-ADD_EXECUTABLE(inkview inkview.cpp)
-TARGET_LINK_LIBRARIES(inkview
- "${INKSCAPE_LINK_FLAGS}" 2geom avoid cola croco gdl nr nrtype vpsc livarot
-)
+#ADD_EXECUTABLE(inkview inkview.cpp)
+#TARGET_LINK_LIBRARIES(inkview
+# "${INKSCAPE_LINK_FLAGS}" 2geom avoid cola croco gdl nr nrtype vpsc livarot
+#)
diff --git a/src/extension/internal/CMakeLists.txt b/src/extension/internal/CMakeLists.txt
index 1ed68269a..3d69be2b1 100644
--- a/src/extension/internal/CMakeLists.txt
+++ b/src/extension/internal/CMakeLists.txt
@@ -1,32 +1,59 @@
IF(WIN32)
SET(EXT_INT_WIN
-win32.cpp)
+win32.cpp
+win32.h)
ENDIF(WIN32)
SET(extension_internal_SRC
bluredge.cpp
+bluredge.h
cairo-pdf-out.cpp
+cairo-pdf-out.h
cairo-png-out.cpp
+cairo-png-out.h
cairo-ps-out.cpp
+cairo-ps-out.h
cairo-render-context.cpp
+cairo-render-context.h
cairo-renderer.cpp
+cairo-renderer.h
cairo-renderer-pdf-out.cpp
+cairo-renderer-pdf-out.h
+clear-n_.h
emf-win32-inout.cpp
+emf-win32-inout.h
emf-win32-print.cpp
+emf-win32-print.h
eps-out.cpp
+eps-out.h
gdkpixbuf-input.cpp
+gdkpixbuf-input.h
gimpgrad.cpp
+gimpgrad.h
grid.cpp
+grid.h
latex-pstricks.cpp
+latex-pstricks.h
latex-pstricks-out.cpp
+latex-pstricks-out.h
odf.cpp
+odf.h
pdf-cairo.cpp
+pdf-cairo.h
+pdfinput
pdf-input-cairo.cpp
+pdf-input-cairo.h
pov-out.cpp
+pov-out.h
ps.cpp
+ps.h
ps-out.cpp
+ps-out.h
svg.cpp
+svg.h
svgz.cpp
-${EXT_INT_WIN}
+svgz.h
wpg-input.cpp
+wpg-input.h
+${EXT_INT_WIN}
)
diff --git a/src/libcroco/CMakeLists.txt b/src/libcroco/CMakeLists.txt
index 8d2d54a22..60a839bf9 100644
--- a/src/libcroco/CMakeLists.txt
+++ b/src/libcroco/CMakeLists.txt
@@ -1,59 +1,59 @@
-SET(libcroco_SRC
-cr-additional-sel.c
-cr-additional-sel.h
-cr-attr-sel.c
-cr-attr-sel.h
-cr-cascade.c
-cr-cascade.h
-cr-declaration.c
-cr-declaration.h
-cr-doc-handler.c
-cr-doc-handler.h
-cr-enc-handler.c
-cr-enc-handler.h
-cr-fonts.c
-cr-fonts.h
-cr-input.c
-cr-input.h
-cr-libxml-node-iface.c
-cr-libxml-node-iface.h
-cr-node-iface.h
-cr-num.c
-cr-num.h
-cr-om-parser.c
-cr-om-parser.h
-cr-parser.c
-cr-parser.h
-cr-parsing-location.c
-cr-parsing-location.h
-cr-prop-list.c
-cr-prop-list.h
-cr-pseudo.c
-cr-pseudo.h
-cr-rgb.c
-cr-rgb.h
-cr-selector.c
-cr-selector.h
-cr-sel-eng.c
-cr-sel-eng.h
-cr-simple-sel.c
-cr-simple-sel.h
-cr-statement.c
-cr-statement.h
-cr-string.c
-cr-string.h
-cr-style.c
-cr-style.h
-cr-stylesheet.c
-cr-stylesheet.h
-cr-term.c
-cr-term.h
-cr-tknzr.c
-cr-tknzr.h
-cr-token.c
-cr-token.h
-cr-utils.c
-cr-utils.h
-libcroco.h
+SET(libcroco_SRC
+cr-additional-sel.c
+cr-additional-sel.h
+cr-attr-sel.c
+cr-attr-sel.h
+cr-cascade.c
+cr-cascade.h
+cr-declaration.c
+cr-declaration.h
+cr-doc-handler.c
+cr-doc-handler.h
+cr-enc-handler.c
+cr-enc-handler.h
+cr-fonts.c
+cr-fonts.h
+cr-input.c
+cr-input.h
+cr-libxml-node-iface.c
+cr-libxml-node-iface.h
+cr-node-iface.h
+cr-num.c
+cr-num.h
+cr-om-parser.c
+cr-om-parser.h
+cr-parser.c
+cr-parser.h
+cr-parsing-location.c
+cr-parsing-location.h
+cr-prop-list.c
+cr-prop-list.h
+cr-pseudo.c
+cr-pseudo.h
+cr-rgb.c
+cr-rgb.h
+cr-selector.c
+cr-selector.h
+cr-sel-eng.c
+cr-sel-eng.h
+cr-simple-sel.c
+cr-simple-sel.h
+cr-statement.c
+cr-statement.h
+cr-string.c
+cr-string.h
+cr-style.c
+cr-style.h
+cr-stylesheet.c
+cr-stylesheet.h
+cr-term.c
+cr-term.h
+cr-tknzr.c
+cr-tknzr.h
+cr-token.c
+cr-token.h
+cr-utils.c
+cr-utils.h
+libcroco.h
)
ADD_LIBRARY(croco STATIC ${libcroco_SRC})