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

diff --git a/plugin/dot_layout/sources.cmake b/plugin/dot_layout/sources.cmake
new file mode 100644 (file)
index 0000000..887bb6b
--- /dev/null
@@ -0,0 +1,16 @@
+# $Id$ $Revision$
+
+INCLUDE_DIRECTORIES(
+       ${gvplugin_dot_layout_SRCDIR}
+        ${top_SRCDIR}
+       ${common_SRCDIR}
+        ${graph_SRCDIR}
+       ${cdt_SRCDIR}
+       ${pathplan_SRCDIR}
+       ${gvc_SRCDIR}
+)
+
+SET(gvplugin_dot_layout_SRCS
+       ${gvplugin_dot_layout_SRCDIR}/gvplugin_dot_layout.c
+       ${gvplugin_dot_layout_SRCDIR}/gvlayout_dot_layout.c
+)