]> 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/gtk/sources.cmake [new file with mode: 0644]

diff --git a/plugin/gtk/sources.cmake b/plugin/gtk/sources.cmake
new file mode 100644 (file)
index 0000000..e15a8d9
--- /dev/null
@@ -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
+)