From: ellson Date: Sat, 8 Jul 2006 23:36:09 +0000 (+0000) Subject: cmake stuff X-Git-Tag: LAST_LIBGRAPH~32^2~6110 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9eedecda054bd93d954dc0976d21917b63d95197;p=graphviz cmake stuff --- diff --git a/plugin/gtk/sources.cmake b/plugin/gtk/sources.cmake new file mode 100644 index 000000000..e15a8d90c --- /dev/null +++ b/plugin/gtk/sources.cmake @@ -0,0 +1,19 @@ +# $Id$ $Revision$ + +INCLUDE_DIRECTORIES( + ${gvplugin_gtk_SRCDIR} + ${top_SRCDIR} + ${common_SRCDIR} + ${graph_SRCDIR} + ${cdt_SRCDIR} + ${pathplan_SRCDIR} + ${gvc_SRCDIR} +) + +SET(gvplugin_gtk_SRCS + ${gvplugin_gtk_SRCDIR}/gvdevice_gtk.c + ${gvplugin_gtk_SRCDIR}/gvplugin_gtk.c + ${gvplugin_gtk_SRCDIR}/callbacks.c + ${gvplugin_gtk_SRCDIR}/interface.c + ${gvplugin_gtk_SRCDIR}/support.c +)