]> granicus.if.org Git - graphviz/commitdiff
add new "formatter" plugin api
authorellson <devnull@localhost>
Tue, 21 Aug 2007 20:12:25 +0000 (20:12 +0000)
committerellson <devnull@localhost>
Tue, 21 Aug 2007 20:12:25 +0000 (20:12 +0000)
update plugin api version number
add new formatter for cairo using gdk_pixbuf  - working
add new formatter for cairo using DevIL - partially working
add new formatter for cairo using gd - not working

plugin/devil/CMakeLists.txt [new file with mode: 0644]

diff --git a/plugin/devil/CMakeLists.txt b/plugin/devil/CMakeLists.txt
new file mode 100644 (file)
index 0000000..eb3a575
--- /dev/null
@@ -0,0 +1,7 @@
+# $Id$ $Revision$
+
+INCLUDE(SRCDIRs)
+INCLUDE(${gvplugin_devil_SRCDIR}/sources.cmake)
+
+ADD_LIBRARY(gvplugin_devil STATIC ${gvplugin_devil_SRCS})
+ADD_LIBRARY(gvplugin_devil MODULE ${gvplugin_devil_SRCS})