From: ellson Date: Sat, 8 Jul 2006 23:36:09 +0000 (+0000) Subject: cmake stuff X-Git-Tag: LAST_LIBGRAPH~32^2~6114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=673a85b04a35e992454aac4b6492373c1a5ad412;p=graphviz cmake stuff --- diff --git a/plugin/core/sources.cmake b/plugin/core/sources.cmake new file mode 100644 index 000000000..2ab26be55 --- /dev/null +++ b/plugin/core/sources.cmake @@ -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 +)