]> granicus.if.org Git - graphviz/commitdiff
cmake development
authorellson <devnull@localhost>
Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)
committerellson <devnull@localhost>
Sat, 8 Jul 2006 22:58:09 +0000 (22:58 +0000)
lib/fdpgen/sources.cmake [new file with mode: 0644]

diff --git a/lib/fdpgen/sources.cmake b/lib/fdpgen/sources.cmake
new file mode 100644 (file)
index 0000000..e7fd3ec
--- /dev/null
@@ -0,0 +1,24 @@
+# $Id$ $Revision$
+
+INCLUDE_DIRECTORIES(
+       ${fdpgen_SRCDIR}
+       ${top_SRCDIR}
+       ${common_SRCDIR}
+       ${gvc_SRCDIR}
+       ${neatogen_SRCDIR}
+       ${pack_SRCDIR}
+       ${pathplan_SRCDIR}
+       ${graph_SRCDIR}
+       ${cdt_SRCDIR}
+)
+
+SET(fdpgen_SRCS
+       ${fdpgen_SRCDIR}/comp.c
+       ${fdpgen_SRCDIR}/dbg.c
+       ${fdpgen_SRCDIR}/grid.c
+       ${fdpgen_SRCDIR}/fdpinit.c
+       ${fdpgen_SRCDIR}/layout.c
+       ${fdpgen_SRCDIR}/tlayout.c
+       ${fdpgen_SRCDIR}/xlayout.c
+       ${fdpgen_SRCDIR}/clusteredges.c
+)