]> granicus.if.org Git - graphviz/commitdiff
cmake stuff
authorellson <devnull@localhost>
Sat, 8 Jul 2006 23:36:09 +0000 (23:36 +0000)
committerellson <devnull@localhost>
Sat, 8 Jul 2006 23:36:09 +0000 (23:36 +0000)
plugin/core/sources.cmake [new file with mode: 0644]

diff --git a/plugin/core/sources.cmake b/plugin/core/sources.cmake
new file mode 100644 (file)
index 0000000..2ab26be
--- /dev/null
@@ -0,0 +1,19 @@
+# $Id$ $Revision$
+
+INCLUDE_DIRECTORIES(
+       ${gvplugin_core_SRCDIR}
+       ${top_SRCDIR}
+       ${common_SRCDIR}
+       ${graph_SRCDIR}
+       ${cdt_SRCDIR}
+       ${pathplan_SRCDIR}
+       ${gvc_SRCDIR}
+)
+
+SET(gvplugin_core_SRCS
+       ${gvplugin_core_SRCDIR}/gvplugin_core.c
+       ${gvplugin_core_SRCDIR}/gvrender_core_svg.c
+       ${gvplugin_core_SRCDIR}/gvrender_core_ps.c
+       ${gvplugin_core_SRCDIR}/gvrender_core_map.c
+       ${gvplugin_core_SRCDIR}/gvloadimage_core.c
+)